opentable / otj-server

OpenTable Java server template component
Apache License 2.0
1 stars 16 forks source link

OTApplication: Do not set `org.springframework.boot.logging.LoggingSystem=none` property on startup. #106

Closed dkaukov closed 4 years ago

dkaukov commented 5 years ago

1) This workaround is not needed any more 2) Escape patch - set system property in config.

dkaukov commented 5 years ago

Main drivers: 1) Reduce amount of logging in general (Spring has pretty good defaults) 2) be able to configure log levels in config like logging.level.blah=DEBUG 3) be able to configure log levels in Actuator..