Commit d67f4bc
committed
[yugabyte#9301] Default to logging DEBUG logs on stdout
Summary: application.log files for Platform have full DEBUG logs but we do not log these to stdout for a better developer experience. However, stdout logs are consumed by kubernetes and docker containers, so we should default to DEBUG logs on stdout and let developers customize the level for themselves.
Test Plan: sbt run, verify that DEBUG logs can be seen on stdout
Reviewers: wesley, jvigil
Reviewed By: jvigil
Subscribers: jenkins-bot, yugaware
Differential Revision: https://phabricator.dev.yugabyte.com/D122741 parent 70758b2 commit d67f4bc
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments