Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PR kata-containers#8311 inadvertently broke the logging since no log messages below the `Info` level are logged now, regardless of the requested log level. Resolve the issue by storing the requested log level in the `RuntimeComponentLevelFilter` and using that level in the `log()` function, rather than hard-coding `Info` as the default where no entry is found in the `FILTER_RULE` hashmap. Fixes: kata-containers#8546. Signed-off-by: James O. D. Hunt <[email protected]>
- Loading branch information