If you have issues with Business Services then you may need to enable debug logging in Synergy to aid troubleshooting. This is how you would do that.
Open /opt/synergy/etc/config.lua in an editor and change the debug value to true.
i.e. change:
-- If true logs debugging to syslog
debug = false,
to
-- If true logs debugging to syslog
debug = true,
Then restart the synergy service:
EL6:
# service synergy restart
EL7 and later:
# systemctl restart synergy
The debug logs can now be found in syslog. Either in /var/log/messages (EL6 & EL7) or using journalctl (EL7 and later):
# journalctl -u synergy
-
Tags:
- synergy
- OP5 Monitor
- Answerbot
- business services
- exported_docs_10_05_24
Comments
0 comments
Please sign in to leave a comment.