mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 05:26:37 +00:00
Add log
in the block that uses it
This commit is contained in:
parent
89c70ec782
commit
5af916d335
@ -31,6 +31,7 @@ if database_connection_env:
|
||||
|
||||
|
||||
if database_dict:
|
||||
from common.logger import log
|
||||
log.info(f'Using database connection: {database_dict["ENGINE"]}://'
|
||||
f'{database_dict["USER"]}:[hidden]@{database_dict["HOST"]}:'
|
||||
f'{database_dict["PORT"]}/{database_dict["NAME"]}')
|
||||
|
Loading…
Reference in New Issue
Block a user