Skip to content

Better Logs when using gradle run #3957

Answered by alvarosanchez
rohitkg98 asked this question in Ideas
Discussion options

You must be logged in to vote

Also, it depends on how you configure Logback. By default, gradle run will show a single line when the server is running.

You should avoid configuring the root logger to a high level like debug or trace, and instead configure specific loggers for the packages you are interested into. In general, we produce debug and/or trace logging where applicable, but if you see fit for adding/removing messages, please raise issues in the corresponding projects.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by jameskleeh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #3957 on August 24, 2020 07:43.