summaryrefslogtreecommitdiff
blob: 2ac17e7f54f9cf97bc527562494d22ddf1691f80 (plain)
1
2
3
4
5
6
7
8
9
10
#flags to pass to sec (see 'sec --help')
SEC_FLAGS=""

# Define a debug level (1..6)
DEBUG_LEVEL="4"

# define where sec reads messages from for translating them
INPUT_FILES="-input=/var/log/messages"
#INPUT_FILES="${INPUT_FILES} -input=/var/log/some.log"
#INPUT_FILES="${INPUT_FILES} -input=/tmp/other.file"