Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
MNT #109 indicate startup
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Jun 27, 2019
1 parent e07ab29 commit c8ff68c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions profile_bluesky/startup/00-logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
file_log_handler.setFormatter(logging.Formatter(file_log_format))
file_log_handler.formatter.default_msec_format = "%s.%03d"

logger.warning('#'*60 + " startup")
logger.warning('logging started')
logger.warning(f'logging level = {logger.level}')

Expand Down

0 comments on commit c8ff68c

Please sign in to comment.