syslog, this mistery

Forum thread started by atomozero on Wed, 2006-08-30 21:04

Once for all, in order to enable syslog on Haiku all you have to do is:
enable in the kernel file the voice #syslog_debug_output false in

syslog_debug_output true

and after rebooting you should find the syslog file in /Haiku/var/log/

:( why am i not finding it? :(

Comments

syslog, this mistery

You might need to insert a few `sync` commands in the bootscript at a few locations. This forces Haiku to flush all file caches to disk so that if the system crashes the data will have been written. That said, I've only heard others talk about this.

syslog, this mistery

thx, I try but not works :(