# Set priority when cleating report:
SERVICE_RUN_NICE_LEVEL="0"

# Select output.
#  - unformatted - traditional text form (default)
#  - html - html output - if you try to mail it'll be encoded as uuencode
#  - html-embed - html embeded output - if you try to mail it'll be encoded as mail-content
#  - mail - email with full headers
OUTPUT="unformatted"

# Where to save file?
# If commented - simply run logwatch
#OUTPUT_LOCATION=/srv/logwatch/
