Logic Machine Forum
Wiser - remote syslog server? - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Gateway (https://forum.logicmachine.net/forumdisplay.php?fid=10)
+--- Thread: Wiser - remote syslog server? (/showthread.php?tid=3528)



Wiser - remote syslog server? - morkovka - 27.08.2021

Hi,

Is it possible to configure Wiser to log to a remote syslog server?

I stumbled upon some issues with a seemingly buggy USB driver which fills the system log, so after a few minutes I can't see any other messages other than those relating to the USB when I check the system log in the 'Utilities -> System -> System log' interface.


RE: Wiser - remote syslog server? - admin - 27.08.2021

Main services don't use syslog. There are some examples how an external syslog server can be interfaced from scripts:
https://forum.logicmachine.net/showthread.php?tid=146
https://forum.logicmachine.net/showthread.php?tid=273


RE: Wiser - remote syslog server? - morkovka - 27.08.2021

(27.08.2021, 08:13)admin Wrote: Main services don't use syslog. There are some examples how an external syslog server can be interfaced from scripts:
https://forum.logicmachine.net/showthread.php?tid=146
https://forum.logicmachine.net/showthread.php?tid=273

Perfect, this allows sending information to a remote syslog.

Is there a way to read the existing logfile from within a resident script? (since I want to send the existing system log, and also its updates)