6cd8940170
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
36 lines
547 B
Plaintext
36 lines
547 B
Plaintext
#
|
|
# Copyright (c) 2014 Wind River Systems, Inc.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
nodateext
|
|
|
|
/var/log/fm-event.log
|
|
{
|
|
nodateext
|
|
size 200M
|
|
start 1
|
|
missingok
|
|
rotate 20
|
|
compress
|
|
sharedscripts
|
|
postrotate
|
|
systemctl reload syslog-ng > /dev/null 2>&1 || true
|
|
endscript
|
|
}
|
|
|
|
/var/log/fm-manager.log
|
|
{
|
|
nodateext
|
|
size 10M
|
|
start 1
|
|
rotate 20
|
|
missingok
|
|
notifempty
|
|
compress
|
|
sharedscripts
|
|
postrotate
|
|
systemctl reload syslog-ng > /dev/null 2>&1 || true
|
|
endscript
|
|
}
|