Changes

From SME Server
Jump to navigationJump to search
3 bytes added ,  10:48, 3 October 2007
Added -f option to syslog example for consistency
Line 22: Line 22:  
Some SME Server log files are still created using syslog or another process (not multilog). An example of this is the squid/access.log file. The following command will convert the times in a squid logfile to human-readable form:
 
Some SME Server log files are still created using syslog or another process (not multilog). An example of this is the squid/access.log file. The following command will convert the times in a squid logfile to human-readable form:
   −
  tail /var/log/squid/access.log | perl -pe 's/^\d+\.\d+/localtime $&/e;'
+
  tail -f /var/log/squid/access.log | perl -pe 's/^\d+\.\d+/localtime $&/e;'
    
[[Bugzilla:3432]] is raised to have this incorporated in the server-manager view log files option.
 
[[Bugzilla:3432]] is raised to have this incorporated in the server-manager view log files option.
97

edits

Navigation menu