mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-29 22:16:13 +02:00
Cleanup and more logging
This commit is contained in:
parent
18d46417f1
commit
b8ef404453
3 changed files with 11 additions and 11 deletions
|
@ -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
Add a link
Reference in a new issue