Skip to content

Commit

Permalink
revert changes to logger for now
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspie committed Jan 17, 2024
1 parent ff69cd7 commit 525f5d9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pynxtools/dataconverter/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,4 @@
logger = logging.getLogger("pynxtools")

# Lowest level log allows to other levels erros, crittical, info and debug
handler = logging.StreamHandler()
formatter = logging.Formatter("%(message)s")
handler.setFormatter(formatter)
logger.addHandler(handler)
logger.setLevel(logging.DEBUG)

0 comments on commit 525f5d9

Please sign in to comment.