Skip to content
Snippets Groups Projects
Commit bec90ba3 authored by Mirco Nasuti's avatar Mirco Nasuti
Browse files

change logging level

parent ce485893
No related merge requests found
......@@ -32,7 +32,8 @@ hbp:
logging:
level:
org.springframework.security: {{ default .Env.LOGGING_LEVEL "DEBUG" }}
logging.level.org.springframework.web = {{ default .Env.LOGGING_LEVEL_WEB "WARN" }}
logging.level.org.hibernate = {{ default .Env.LOGGING_LEVEL_HIB "WARN" }}
server:
contextPath: {{ default .Env.CONTEXT_PATH "/services" }}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment