Skip to content

Commit

Permalink
[DOP-23590] Change log level for py4j logs
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus committed Jan 29, 2025
1 parent d820def commit 8adef5c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions syncmaster/settings/log/colored.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,7 @@ loggers:
handlers: [main]
level: INFO
propagate: false
py4j:
handlers: [main]
level: WARNING
propagate: false
4 changes: 4 additions & 0 deletions syncmaster/settings/log/json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,7 @@ loggers:
handlers: [main]
level: INFO
propagate: false
py4j:
handlers: [main]
level: WARNING
propagate: false
4 changes: 4 additions & 0 deletions syncmaster/settings/log/plain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,7 @@ loggers:
handlers: [main]
level: INFO
propagate: false
py4j:
handlers: [main]
level: WARNING
propagate: false

0 comments on commit 8adef5c

Please sign in to comment.