jmxtrans / jmxtrans-agent

Java Agent based JMX metrics exporter.
MIT License
177 stars 110 forks source link

Disable logging for JMX trans agent #122

Closed vigneshsenapathy closed 6 years ago

vigneshsenapathy commented 6 years ago

hi,

Is there a way to disable logging for JMX trans agent.

Thanks,

Vignesh

kerlandsson commented 6 years ago

You should be able to specify the system property -Dorg.jmxtrans.agent.util.logging.Logger.level=SEVERE to only log the most severe error messages and disable all others.

On Wed, Jan 31, 2018 at 8:04 PM, vigneshsenapathy notifications@github.com wrote:

hi,

Is there a way to disable logging for JMX trans agent.

Thanks,

Vignesh

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jmxtrans/jmxtrans-agent/issues/122, or mute the thread https://github.com/notifications/unsubscribe-auth/AD-iafc2Ela1Uo5FGoZ7WULRRuO7nLa5ks5tQLklgaJpZM4R0fAd .

cyrille-leclerc commented 6 years ago

Thanks @kerlandsson . @vigneshsenapathy can we close the issue?

vigneshsenapathy commented 6 years ago

@cyrille-leclerc yes we can close this

cyrille-leclerc commented 6 years ago

Thanks @vigneshsenapathy