Fix logging output
This commit is contained in:
parent
092f553f84
commit
acaa9cae29
|
@ -250,7 +250,7 @@ class JobApplicationManager:
|
|||
def __init__(self):
|
||||
|
||||
LoggingConfigurator.setup_logging(
|
||||
log_file="logs/hh_bot.log", console_output=True
|
||||
log_file="logs/hh_bot.log", console_output=False
|
||||
)
|
||||
|
||||
self.orchestrator = AutomationOrchestrator()
|
||||
|
|
Loading…
Reference in New Issue