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(&quot;/opt/logserver/log4j/$HOST/$YEAR/$MONTH/received.$DAY$MONTH$YEAR.log&quot;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; template(&quot;$DATE User:$USERNAME $EVENT_SOURCE $MESSAGE\n&quot;) template_escape(yes)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; owner(watcher) group(other) create_dirs(yes)); };<br><br><br>anybody knows why this occurs?
<br><br>Cheers,<br>Gustavo<br>