Is your feature request related to a problem?
I run the cache warmup in a Kubernetes CronJob. I would like to configure the log level of the container via the CACHE_WARMUP_LOG_LEVEL environment variable. But the log level only applies to the log file configured via CACHE_WARMUP_LOG_FILE.
Describe the solution you'd like
CACHE_WARMUP_LOG_LEVEL should not just apply to the log file set via CACHE_WARMUP_LOG_FILE, but also to the container output.
Describe alternatives you've considered
One can log to a file and tail that file. Not a big thing, but being able to set this by a simple env var is way more convenient.
Additional context
No response
Is your feature request related to a problem?
I run the cache warmup in a Kubernetes CronJob. I would like to configure the log level of the container via the CACHE_WARMUP_LOG_LEVEL environment variable. But the log level only applies to the log file configured via CACHE_WARMUP_LOG_FILE.
Describe the solution you'd like
CACHE_WARMUP_LOG_LEVEL should not just apply to the log file set via CACHE_WARMUP_LOG_FILE, but also to the container output.
Describe alternatives you've considered
One can log to a file and tail that file. Not a big thing, but being able to set this by a simple env var is way more convenient.
Additional context
No response