.TH writelog 1 "14 August 2011" "Version 1" "Writelog Manual" .SH NAME writelog \- Logfile writing daemon for gatling .SH SYNOPSIS writelog LOGFILE CMDLINE .SH DESCRIPTION .B Writelog is a daemon that writes the logfile of gatling. Gatling only writes to stdout, so writelog enables logrotation of this data stream by providing a handler of SIGUSR1 for closing and reopening the specified logfile. The following signals are handled by writelog: .TP .BR SIGTERM Terminates writelog and its child (gatling). .TP .BR SIGUSR1 Causes writelog to reopen the logfile. Useful for logrotation. .TP .BR SIGHUP Delegates SIGHUP to gatling. .SH EXAMPLES writelog /var/log/gatling.log tlsgatling \-e \-v \-D \-S \-F \-U \-u nobody .SH AUTHOR Roland Stigge