Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
portal-backend
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
HBP Medical Informatics Platform
portal-backend
Commits
168ff331
Commit
168ff331
authored
4 years ago
by
ThanKarab
Committed by
kfilippopolitis
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Log level default values and env variables changed.
parent
82acc556
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!19
Feat/186 experiment refactor
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker/README.md
+2
-2
2 additions, 2 deletions
docker/README.md
docker/config/application.tmpl
+2
-8
2 additions, 8 deletions
docker/config/application.tmpl
with
4 additions
and
10 deletions
docker/README.md
+
2
−
2
View file @
168ff331
...
...
@@ -46,8 +46,8 @@ To use this image, you need a running instance of PostgreSQL and to configure th
### LOGGING
*
LOG
GING
_LEVEL
_WEB
: log level for the
web layer of the application
. Default
to "WARN
".
*
LOG
GING
_LEVEL_
HIBERNATE
: log level for
the Hibernate layer of the application
. Default
to "WARN
".
*
LOG_LEVEL: log level for the
developer added logs
. Default
is "ERROR
".
*
LOG_LEVEL_
FRAMEWORK
: log level for
all the framework logs
. Default
is "ERROR
".
### ENDPOINTS
...
...
This diff is collapsed.
Click to expand it.
docker/config/application.tmpl
+
2
−
8
View file @
168ff331
...
...
@@ -50,15 +50,9 @@ frontend:
logging:
level:
root: {{ default .Env.LOG_LEVEL "ERROR" }}
org:
springframework:
security: ERROR
web: {{ default .Env.LOGGING_LEVEL_WEB "ERROR" }}
web.servlet.handler.BeanNameUrlHandlerMapping: ERROR
hibernate: {{ default .Env.LOGGING_LEVEL_HIBERNATE "ERROR" }}
root: {{ default .Env.LOG_LEVEL_FRAMEWORK "ERROR" }}
eu:
hbp: {{ default .Env.LOG
GING
_LEVEL
_MIP
"INFO" }}
hbp: {{ default .Env.LOG_LEVEL "INFO" }}
# EMBEDDED SERVER CONFIGURATION
server:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment