Scheduled tasks timeout, selenium memory leak possible fix
This commit is contained in:
@@ -8,9 +8,8 @@ logs_directory = os.getenv("PATH_LOGS_DIRECTORY", "logs")
|
||||
os.makedirs(logs_directory, exist_ok=True)
|
||||
|
||||
# Too many logging entries otherwise
|
||||
logging.getLogger("remote_connection.py").setLevel(logging.WARNING)
|
||||
logging.getLogger("remote_connection").setLevel(logging.WARNING)
|
||||
|
||||
logging.getLogger("requests").setLevel(logging.WARNING)
|
||||
logging.getLogger("urllib3").setLevel(logging.WARNING)
|
||||
|
||||
logging.basicConfig(format='%(filename)s | %(levelname)s | %(asctime)s | %(message)s')
|
||||
logger = logging.getLogger("selenium")
|
||||
|
||||
Reference in New Issue
Block a user