Skip to content

Commit

Permalink
Revert "[Fix] 修改logger名称避免冲突 (#56687)"
Browse files Browse the repository at this point in the history
This reverts commit b17bcb7.
  • Loading branch information
ccsuzzh committed Nov 27, 2023
1 parent 141c5ad commit 21cc5df
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tools/sampcd_processor_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@
import time
import typing

logger = logging.getLogger(__name__)
logger.propagate = False

logger = logging.getLogger()
if logger.handlers:
console = logger.handlers[
0
Expand Down

0 comments on commit 21cc5df

Please sign in to comment.