Skip to content

Commit

Permalink
INFO for events
Browse files Browse the repository at this point in the history
  • Loading branch information
netort committed Mar 29, 2018
1 parent 2c779d6 commit 24beec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yandextank/core/consoleworker.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ def init_logging(self):
# create file handler which logs error messages
if error_log_fname:
err_file_handler = logging.FileHandler(error_log_fname)
err_file_handler.setLevel(logging.ERROR)
err_file_handler.setLevel(logging.INFO)
err_file_handler.setFormatter(
logging.Formatter(
"%(asctime)s\t%(message)s"
Expand Down

0 comments on commit 24beec1

Please sign in to comment.