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