-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
standalone: allow overriding log level from CLI (#598)
Currently, `propolis-standalone` hard-codes the maximum `slog` log level to `Info`. Since `propolis-standalone` is intended for development use, it may sometimes be useful to enable more verbose logging. Therefore, this branch adds a `--log-level` CLI argument to allow overriding the maximum log level filter. The `PROPOLIS_LOG` environment variable may also be used to configure the log level.
- Loading branch information
Showing
2 changed files
with
44 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters