ログレベルの変更方法
Kroker のログレベルを変更するには、コピーした docker-compose.override.yml の KROKER_LOG を以下のように
debug、info、warn、もしくは error に書き換えてください。
# Logging level.
# Available value is one of "debug", "info", "warn", or "error".
# Kroker conceals any value in non debug log that might include
# confidential information, shown as "**CONCEALED**."
# Additionally, non debug log records are reported as-is to Kompira
# independent of this configuration.
KROKER_LOG: "debug"