Select to view content in your preferred language

How do you turn off DEBUG in the Logs section

3365
3
01-03-2014 01:22 PM
DennisGeasan
Frequent Contributor
I managed to turn 'DEBUG' on in the Settings section of the "View Log Messages page but I can't see how to turn it off.  Every log message 'Level' is DEBUG.
DG
0 Kudos
3 Replies
RJSunderman
Esri Regular Contributor
From GeoEvent Processor Manager:

  1. Select 'Logs' to switch to the 'View Log Messages' page

  2. Click 'Settings' to display the 'Log Settings' dialog

  3. Select 'Trace' for 'Log Level'

  4. Select 'ROOT' for 'Logger'

  5. Click 'Save'

This should reset your GeoEvent Processor logging to a non-verbose level.
0 Kudos
RJSunderman
Esri Regular Contributor
3. Select 'Trace' for 'Log Level'


Completely misstated - apologies.

You should set the logging level to 'INFO' for 'ROOT'  (not 'TRACE') in order to reduce log verbosity.
Setting the logging level to 'TRACE' as I suggested turns verbose logging on.

- RJ
0 Kudos
DennisGeasan
Frequent Contributor
INFO is also fairly verbose.  It shows the JSON string for every feature being updated in the target feature class.
DG
0 Kudos