Skip to content

Commit

Permalink
Rename StdOutFilter to no_errors in logging setup
Browse files Browse the repository at this point in the history
  • Loading branch information
realshouzy committed Jun 11, 2024
1 parent d4258fe commit 3248dbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pip_manage/_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def setup_logging(
},
},
"filters": {
"StdOutFilter": {
"no_errors": {
"()": _NonErrorFilter,
},
},
Expand All @@ -64,7 +64,7 @@ def setup_logging(
"class": "logging.StreamHandler",
"stream": "ext://sys.stdout",
"formatter": "simple",
"filters": ["StdOutFilter"],
"filters": ["no_errors"],
"level": "DEBUG",
},
"stderr": {
Expand Down

0 comments on commit 3248dbe

Please sign in to comment.