-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce log noise, even in debug mode (#11721)
* Reduce log noise, even in debug mode * remove line --------- Co-authored-by: Subhramit Basu Bhowmick <[email protected]>
- Loading branch information
1 parent
43c26ae
commit d446b82
Showing
5 changed files
with
13 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,12 @@ writerConsole.format = {date} [{thread}] {class}.{method}()\n{level}: {message}\ | |
# More shrunk exception logs. See https://tinylog.org/v2/configuration/#strip-stack-trace-elements for details | ||
exception = strip: jdk.internal | ||
|
||
[email protected] = error | ||
[email protected] = error | ||
[email protected] = warn | ||
[email protected] = warn | ||
[email protected] = info | ||
|
||
#[email protected] = debug | ||
#[email protected] = debug | ||
|
||
|
@@ -15,6 +21,7 @@ [email protected] = debug | |
#[email protected] = debug | ||
|
||
# AI debugging | ||
#[email protected] = debug | ||
#[email protected] = trace | ||
#[email protected] = trace | ||
#[email protected] = trace | ||
|