Skip to content

Commit

Permalink
Added comments for changing the log level
Browse files Browse the repository at this point in the history
  • Loading branch information
Chsudeepta authored and Chsudeepta committed Oct 28, 2024
1 parent 5ea54f7 commit 4697ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/logging/logger.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ To invoke the bluesky logger, import as `from ibex_bluesky_core.logger import lo
`logger.blueskylogger.warning("Message to be logged")`
The logger utilizes a `TimedRotatingFileHandler` defined in the `logging.conf` file that rolls over the log at midnight.

The default logging level is defined at `INFO`.
The default logging level is defined at `INFO`. This means that events of lesser severity will not be logged. To change the default level, change level attribute of logger_blueskycore in the `logging.conf`

0 comments on commit 4697ae1

Please sign in to comment.