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
Merge requests
!17
Feat/elk stack
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feat/elk stack
feat/elk_stack
into
master
Overview
2
Commits
5
Pipelines
0
Changes
6
Merged
Kostas FILIPPOPOLITIS
requested to merge
feat/elk_stack
into
master
4 years ago
Overview
2
Commits
5
Pipelines
0
Changes
6
Expand
Created by: ThanKarab
Changelog:
Logs printed on sysout instead of a file. (Preparation for elastic search integration)
Logs limited from the application config file.
Removed curl installation from Dockerfile, it was causing failures.
Some log beautification.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
ccbbcf37
5 commits,
2 years ago
6 files
+
5
−
50
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
docker/config/application.tmpl
+
2
−
8
Options
@@ -50,15 +50,9 @@ frontend:
@@ -50,15 +50,9 @@ frontend:
logging:
logging:
level:
level:
root: {{ default .Env.LOG_LEVEL "INFO" }}
root: {{ default .Env.LOG_LEVEL_FRAMEWORK "ERROR" }}
org:
springframework:
security: DEBUG
web: {{ default .Env.LOGGING_LEVEL_WEB "WARN" }}
web.servlet.handler.BeanNameUrlHandlerMapping: WARN
hibernate: {{ default .Env.LOGGING_LEVEL_HIBERNATE "WARN" }}
eu:
eu:
hbp: {{ default .Env.LOG
GING
_LEVEL
_MIP
"INFO" }}
hbp: {{ default .Env.LOG_LEVEL "INFO" }}
# EMBEDDED SERVER CONFIGURATION
# EMBEDDED SERVER CONFIGURATION
server:
server: