Fix logging output

This commit is contained in:
itqop 2025-06-28 19:59:02 +03:00
parent 092f553f84
commit acaa9cae29
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ class JobApplicationManager:
def __init__(self): def __init__(self):
LoggingConfigurator.setup_logging( LoggingConfigurator.setup_logging(
log_file="logs/hh_bot.log", console_output=True log_file="logs/hh_bot.log", console_output=False
) )
self.orchestrator = AutomationOrchestrator() self.orchestrator = AutomationOrchestrator()