Removing unused formatter
Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
This commit is contained in:
parent
f513e7cbcd
commit
104ecb73b4
1 changed files with 0 additions and 2 deletions
|
@ -53,8 +53,6 @@ def config_logger():
|
|||
formatter = logging.Formatter("%(levelname)s [%(asctime)s] %(message)s",
|
||||
"%H:%M:%S")
|
||||
logger = logging.getLogger("dump_logs")
|
||||
log_formatter = logging.Formatter(
|
||||
"%(name)s: %(asctime)s - %(levelname)s: %(message)s")
|
||||
|
||||
stream_handler = logging.StreamHandler(sys.stdout)
|
||||
stream_handler.setFormatter(formatter)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue