Skip to content

Commit

Permalink
Change logging level
Browse files Browse the repository at this point in the history
  • Loading branch information
csgoh committed Jul 24, 2023
1 parent ef69887 commit 0d96447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/processpiper/processmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def __post_init__(self):

logging.basicConfig(
# filename="processpiper.log",
level=logging.ERROR,
level=logging.INFO,
format="%(asctime)s [%(levelname)s] : %(message)s",
datefmt="%Y-%m-%d %H:%M:%S",
)
Expand Down

0 comments on commit 0d96447

Please sign in to comment.