Skip to content

Commit 9fd3ceb

Browse files
committed
And more fussiness (NO_JIRA)
1 parent 7790f35 commit 9fd3ceb

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

notebooks/ccdc_notebook_utilities/create_logger.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,13 @@
1212
import sys
1313
import ccdc.io
1414
import os
15-
"""
16-
From inside a notebook, create a logger and log starting information
17-
"""
18-
def create_logger(verbose = True):
1915

16+
17+
def create_logger(verbose=True):
18+
"""
19+
From inside a notebook, create a logger and log starting information
20+
"""
21+
2022
logger=logging.getLogger(__name__)
2123
handler=logging.StreamHandler()
2224
handler.setFormatter(logging.Formatter('[%(asctime)s %(levelname)-7s] %(message)s', datefmt='%y-%m-%d %H:%M:%S'))

0 commit comments

Comments
 (0)