kopia lustrzana https://github.com/bellingcat/auto-archiver
Make 'STARTED' command INFO not warning
rodzic
e6a578e60e
commit
be09aa927d
|
@ -10,7 +10,7 @@ class ConsoleDb(Database):
|
|||
"""
|
||||
|
||||
def started(self, item: Metadata) -> None:
|
||||
logger.warning(f"STARTED {item}")
|
||||
logger.info(f"STARTED {item}")
|
||||
|
||||
def failed(self, item: Metadata, reason:str) -> None:
|
||||
logger.error(f"FAILED {item}: {reason}")
|
||||
|
|
Ładowanie…
Reference in New Issue