This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/logwatch.git#ed575b747b27a99a2c85ef875e8fc2f1de122d76
13 lines
317 B
Plaintext
13 lines
317 B
Plaintext
# What actual file? Defaults to LogPath if not absolute path....
|
|
LogFile = dnf.rpm.log
|
|
|
|
Archive = dnf.rpm.log.*
|
|
Archive = dnf.rpm.log-*
|
|
|
|
# Keep only the lines in the proper date range...
|
|
#*ApplyStdDate = "%b %d %H:%M:%S"
|
|
# New date format for DNF 4.4
|
|
*ApplyStdDate = "%FT%H:%M:%S%z"
|
|
|
|
# vi: shiftwidth=3 tabstop=3 et
|