Skip to content

Commit

Permalink
Merge pull request #243 from NREL-SIIP/cb/docstring-patch
Browse files Browse the repository at this point in the history
Update logging.md
  • Loading branch information
jd-lara authored Jun 15, 2021
2 parents f9212ff + e3782df commit 090dfde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/dev_guide/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ group in two ways:

```julia
logger = configure_logging(console_level = Logging.Debug)
InfrastructureSystems.set_group_level!(logger, InfrastructureSystems.LOG_GROUP_TIME_SERIES)
InfrastructureSystems.set_group_level!(logger, InfrastructureSystems.LOG_GROUP_TIME_SERIES, Logging.Info)

# Or many at once.
InfrastructureSystems.set_group_levels!(
Expand Down

0 comments on commit 090dfde

Please sign in to comment.