lfoppiano commited on
Commit
d1900b5
1 Parent(s): 96b21b8

Update config.yml

Browse files
Files changed (1) hide show
  1. config.yml +3 -5
config.yml CHANGED
@@ -64,17 +64,17 @@ models:
64
 
65
  server:
66
  type: custom
67
- idleTimeout: 120 seconds
68
  applicationConnectors:
69
  - type: http
70
  port: 8072
 
71
  adminConnectors:
72
  - type: http
73
  port: 8073
74
  registerDefaultExceptionMappers: false
75
 
76
  logging:
77
- level: DEBUG
78
 
79
  # Logger-specific levels.
80
  loggers:
@@ -86,6 +86,4 @@ logging:
86
  appenders:
87
  - type: console
88
  threshold: INFO
89
-
90
- version: 2
91
- timeZone: UTC
 
64
 
65
  server:
66
  type: custom
 
67
  applicationConnectors:
68
  - type: http
69
  port: 8072
70
+ idleTimeout: 120 seconds
71
  adminConnectors:
72
  - type: http
73
  port: 8073
74
  registerDefaultExceptionMappers: false
75
 
76
  logging:
77
+ level: WARN
78
 
79
  # Logger-specific levels.
80
  loggers:
 
86
  appenders:
87
  - type: console
88
  threshold: INFO
89
+ timeZone: UTC