mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-13 13:48:28 +03:00
Make 'STARTED' command INFO not warning
This commit is contained in:
@@ -10,7 +10,7 @@ class ConsoleDb(Database):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
def started(self, item: Metadata) -> None:
|
def started(self, item: Metadata) -> None:
|
||||||
logger.warning(f"STARTED {item}")
|
logger.info(f"STARTED {item}")
|
||||||
|
|
||||||
def failed(self, item: Metadata, reason:str) -> None:
|
def failed(self, item: Metadata, reason:str) -> None:
|
||||||
logger.error(f"FAILED {item}: {reason}")
|
logger.error(f"FAILED {item}: {reason}")
|
||||||
|
|||||||
Reference in New Issue
Block a user