Enable Debug Logging for Messaging Gateway for Service Providers (SMG-SP) on Linux
book
Article ID: 179077
calendar_today
Updated On:
Products
Messaging Gateway for Service Providers
Resolution
Enabling Debug logging levels for SMG-SP on Linux.
- Login as root
- Edit the file bmiconfig.xml
- Default location: "/opt/symantec/smg-sp/Scanner/etc/bmiconfig.xml"
- Search for each instance of the following:
- <log enabled="true" level="
- Below each instance you will see the path to the log level for the four services you can edit the log level
- jlu_controller_log
- conduit_log
- bmserver_log
- bmclient_log
- Update the number in quotes to 7 (Debug)
- The line should now begin with: <log enabled="true" level="7"
- Save and close the bmiconfig.xml file
- At the prompt type run the following command:
- /etc/init.d/mailwall restart
- To return to the default logging level, repeat the steps to change the log level back to 4 (default)
Logging Levels
Level |
Log Level |
1 |
|
2 |
|
3 |
Errors |
4 (Default) |
Warnings |
5 |
Notices |
6 |
Information |
7 |
Debug |
Feedback
thumb_up
Yes
thumb_down
No