Hi all!<br><br>When I try to capture the EVENT_SOURCE or USERNAME variables within the template clause, these fields are logged blank in the log file.<br><br>here is an excerpt of my configuration file..<br><br>destination local6 { file("/opt/logserver/log4j/$HOST/$YEAR/$MONTH/received.$DAY$MONTH$YEAR.log"
<br> template("$DATE User:$USERNAME $EVENT_SOURCE $MESSAGE\n") template_escape(yes)<br> owner(watcher) group(other) create_dirs(yes)); };<br><br><br>anybody knows why this occurs?
<br><br>Cheers,<br>Gustavo<br>