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.