This file is indexed.

/usr/share/logwatch/default.conf/logfiles/tivoli-smc.conf is in logwatch 7.4.1-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
##########################################################################
# $Id$
##########################################################################
#
# What actual file?  Defaults to LogPath if not absolute path....
LogFile = tsm_error.log
LogFile = dsmerror.log

# If the archives are searched, here is one or more line
# (optionally containing wildcards) that tell where they are...
# Note: if these are gzipped, you need to end with a .gz even if
#       you use wildcards...
Archive = tsm_error.log-*.gz
Archive = dsmerror.log-*.gz

## This depends on the DATEFormat configuration in dsm.opt.
## With default config:
*ApplyStdDate = "%m/%d/%Y %H:%M:%S"
*RemoveHeaders = "..\/..\/.... ..:..:.. "
## With "DATEFormat 3":
#*ApplyEuroDate
#*RemoveHeaders = "\d{4}-\d\d-\d\d \d\d:\d\d:\d\d "

# vi: shiftwidth=3 tabstop=3 et