How to check syslog in Bash on Linux?

kern picture kern · May 20, 2011 · Viewed 195.5k times · Source

In C we log this way:

syslog( LOG_INFO, "proxying %s", url );

In Linux how can we check the log?

Answer

NPE picture NPE · May 20, 2011

How about less /var/log/syslog?