From c8ff68c3a9b318a1ba43fbe21145f73154496477 Mon Sep 17 00:00:00 2001 From: Pete Jemian Date: Thu, 27 Jun 2019 13:14:02 -0500 Subject: [PATCH] MNT #109 indicate startup --- profile_bluesky/startup/00-logging.py | 1 + 1 file changed, 1 insertion(+) diff --git a/profile_bluesky/startup/00-logging.py b/profile_bluesky/startup/00-logging.py index da62e3a7..5bc9f40c 100644 --- a/profile_bluesky/startup/00-logging.py +++ b/profile_bluesky/startup/00-logging.py @@ -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}')