1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-02-15 04:42:02 +00:00

Default log to syslog-ng

This commit is contained in:
Ycarus (Yannick Chabanois) 2025-02-12 16:27:22 +01:00
parent bc490524b1
commit 8d06c142e6

View file

@ -37,8 +37,8 @@ OMR_ALL_PACKAGES=${OMR_ALL_PACKAGES:-no}
OMR_TARGET=${OMR_TARGET:-x86_64} OMR_TARGET=${OMR_TARGET:-x86_64}
OMR_TARGET_CONFIG="config-$OMR_TARGET" OMR_TARGET_CONFIG="config-$OMR_TARGET"
UPSTREAM=${UPSTREAM:-no} UPSTREAM=${UPSTREAM:-no}
SYSLOG=${SYSLOG:-busybox-syslogd} #SYSLOG=${SYSLOG:-busybox-syslogd}
#SYSLOG=${SYSLOG:-syslog-ng} SYSLOG=${SYSLOG:-syslog-ng}
OMR_KERNEL=${OMR_KERNEL:-5.4} OMR_KERNEL=${OMR_KERNEL:-5.4}
SHORTCUT_FE=${SHORTCUT_FE:-no} SHORTCUT_FE=${SHORTCUT_FE:-no}
DISABLE_FAILSAFE=${DISABLE_FAILSAFE:-no} DISABLE_FAILSAFE=${DISABLE_FAILSAFE:-no}