
This commit defines the cert-mon logfile config. In addition, the package directory is reorganized to have a files subdirectory, and to drop the obsolete PKG-INFO file. Change-Id: Iec2b39b3b080c823be7f00ee978baa223d05b041 Story: 2008251 Task: 41115 Signed-off-by: Don Penney <don.penney@windriver.com>
4 lines
187 B
Plaintext
4 lines
187 B
Plaintext
filter f_certmon { facility(local6) and program(cert-mon); };
|
|
destination d_certmon { file("/var/log/cert-mon.log"); };
|
|
log { source(s_src); filter(f_certmon); destination(d_certmon); };
|