mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Cleanup and more logging
This commit is contained in:
parent
18d46417f1
commit
b8ef404453
3 changed files with 11 additions and 11 deletions
|
@ -12,7 +12,7 @@ import re
|
|||
from datetime import datetime
|
||||
import logging
|
||||
|
||||
log = logging.getLogger("jrnl")
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class Journal(object):
|
||||
|
|
|
@ -18,7 +18,7 @@ import argparse
|
|||
import sys
|
||||
import logging
|
||||
|
||||
log = logging.getLogger("jrnl")
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
||||
def parse_args(args=None):
|
||||
|
|
Loading…
Add table
Reference in a new issue