kfaraz commented on code in PR #12067: URL: https://github.com/apache/druid/pull/12067#discussion_r872016787
########## docs/configuration/logging.md: ########## @@ -23,9 +23,12 @@ title: "Logging" --> -Apache Druid processes will emit logs that are useful for debugging to the console. Druid processes also emit periodic metrics about their state. For more about metrics, see [Configuration](../configuration/index.md#enabling-metrics). Metric logs are printed to the console by default, and can be disabled with `-Ddruid.emitter.logging.logLevel=debug`. +Apache Druid processes will emit logs that are useful for debugging to log files. +These processes also emit periodic [metrics](../configuration/index.md#enabling-metrics) about their state. +Metric logs are can be disabled with `-Ddruid.emitter.logging.logLevel=debug`. Review Comment: ```suggestion Metric info logs can be disabled with `-Ddruid.emitter.logging.logLevel=debug`. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
