Skip to content

Commit a5a2c86

Browse files
justapotato213linguini1
authored andcommitted
syslog logs to both the console and a file.
1 parent 655dda9 commit a5a2c86

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

configs/autoboot/defconfig

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,10 @@ CONFIG_SYSLOG_BUFFER=y
126126
CONFIG_SYSLOG_BUFSIZE=256
127127
CONFIG_SYSLOG_CHAR=y
128128
CONFIG_SYSLOG_CHARDEV=y
129-
CONFIG_SYSLOG_DEVPATH="/dev/ttyS0"
129+
CONFIG_SYSLOG_CONSOLE=y
130+
CONFIG_SYSLOG_DEFAULT=y
131+
CONFIG_SYSLOG_DEVPATH="/mnt/pwrfs/syslog"
132+
CONFIG_SYSLOG_MAX_CHANNELS=2
130133
CONFIG_SYSLOG_INTBUFFER=y
131134
CONFIG_TASK_NAME_SIZE=20
132135
CONFIG_UORB=y

0 commit comments

Comments
 (0)