Skip to content

Commit

Permalink
Log to stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Oct 6, 2023
1 parent 91258b0 commit f5218dc
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pfcon/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,6 @@ def __init__(self):
'class': 'logging.StreamHandler',
'formatter': 'simple',
},
'file': {
'level': 'DEBUG',
'class': 'logging.FileHandler',
'filename': '/tmp/debug.log',
'formatter': 'simple'
}
},
'loggers': {
'': { # root logger
Expand All @@ -147,7 +141,7 @@ def __init__(self):
},
'pfcon': { # pfcon package logger
'level': 'INFO',
'handlers': ['file'],
'handlers': ['console_simple'],
'propagate': False
},
}
Expand Down

0 comments on commit f5218dc

Please sign in to comment.