Update logging format
This commit is contained in:
parent
ef90e20d42
commit
17ebc43111
@ -11,7 +11,11 @@ from pykeepass.exceptions import CredentialsError
|
|||||||
|
|
||||||
from item import Item, Types as ItemTypes
|
from item import Item, Types as ItemTypes
|
||||||
|
|
||||||
logging.getLogger().setLevel(logging.INFO)
|
logging.basicConfig(
|
||||||
|
level=logging.INFO,
|
||||||
|
format='%(asctime)s :: %(levelname)s :: %(message)s',
|
||||||
|
datefmt='%Y-%m-%d %H:%M:%S',
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
def bitwarden_to_keepass(args):
|
def bitwarden_to_keepass(args):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user