Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(loki): honor log level from config file (#657)
Because of the logger being initialized before the configuration file is parsed, the log_level from the config file is ignored. To solve this, the logger is reinitialized after the file is parsed, as it is already being done in promtail.
- Loading branch information