From: Lonnie A. <li...@lo...> - 2023-09-20 16:42:59
|
> On Sep 20, 2023, at 10:37 AM, Ionel Chila via Astlinux-users <ast...@li...> wrote: > > For the love of my life I can't find the settings from my syslog that is currently sending logs to an external server. Can't find the config file nor anyweher in the web gui menu? Am I going crazy here? > I know I am sending stuff out :) > > HOME-PBX init.d # ps -ef |grep syslog > 310 root syslogd -s 1024 -b 2 > 935 root syslogd -R 192.168.0.77:514 -L -O /var/log/messages > Hi Ionel, You have the SYSLOGHOST variable defined (ie. SYSLOGHOST="192.168.0.77:514") For documentation reference look in /stat/etc/rc.conf [1] Lonnie [1] https://github.com/astlinux-project/astlinux/blob/0c813dffa5d59ffa34d39624eb6a63ae7662a535/project/astlinux/target_skeleton/stat/etc/rc.conf#L476 |