Forum Discussion
clazba
Nimbostratus
Nov 01, 2012Disabling local logging on ASM
Hi,
I am having a few issues correctly configuring remote logging ( or rather completely disabling local logging) for ASM and was hoping someone here could point me in the right di...
Cory_50405
Noctilucent
Nov 02, 2012You could remove the part of the syslog-ng configuration that logs to /var/log/asm:
File is located at /etc/syslog-ng/syslog-ng.conf
-------------------------------------------
local3.* /var/log/asm
filter f_local3 {
facility(local3);
};
destination d_asm {
file("/var/log/asm" create_dirs(yes));
};
log {
source(s_syslog_pipe);
filter(f_local3);
destination(d_asm);
};
---------------------------------------------
Use vi to remove the relevant configuration, then save the file and reload syslog-ng (bigstart restart syslog-ng)
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects