×
Back to OP5 Monitor FAQ
Enable debug logging for Business Services (Synergy)
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
["Geneos"]
["FAQ"]