<div><br clear="all">Hi</div>
<div> </div>
<div>When I receive the application messaged from a different server to my syslog-ng server it is trying to create the messages under the directory name with IP address instead of the Application Server Hostname.</div>
<div>What can be done baout this??</div>
<div> </div>
<div>i used the following options in syslog-ng.conf</div>
<div> </div>
<div>options {<br>          use_fqdn(no);<br>          flush_lines(0);<br>          keep_hostname(yes);<br>          check_hostname(yes);<br>          chain_hostnames(yes);<br>          create_dirs(yes);<br>          dir_owner(root);<br>
          dir_group(test);<br>          dir_perm(0750);<br>          #use_dns(persist_only);<br>          use_dns(yes);<br>          #dns_cache_hosts(/etc/hosts);<br>          dns_cache(yes);<br>          dns_cache_expire(87600);<br>
          ts_format(iso);<br>#         keep_timestamp(no);<br>        };<br><br>-- </div>
<div> </div>
<div>Appreciate your quick help..</div>
<div> </div>
<div> </div>
<div><br>Kaladhar </div>