remove timestamp from logging
This commit is contained in:
parent
b525adc581
commit
b767139f86
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ from hackbot import HackBot
|
|||
|
||||
|
||||
# Setup logging.
|
||||
format_string = '%(asctime)s: %(levelname)-8s %(message)s'
|
||||
format_string = '%(levelname)-8s %(message)s'
|
||||
logging.basicConfig(level=logging.WARNING, format=format_string)
|
||||
|
||||
def setup_config(default_config, config_file, config):
|
||||
|
|
Loading…
Reference in a new issue