20 lines
621 B
Plaintext
20 lines
621 B
Plaintext
[arec-watcher]
|
|
watchdir = /some/uploaddir/to/watch
|
|
notify_url = https://example.com/post/notify
|
|
|
|
[logging]
|
|
# Logging settings. This entire section is optional.
|
|
# see https://docs.python.org/3.9/library/logging.html for details
|
|
|
|
## What log messages are shown on stderr.
|
|
## Defaults to ERROR if omitted.
|
|
level = DEBUG
|
|
|
|
## Mail settings for emailing log messages.
|
|
## If mail_level is not set, no emails will be sent.
|
|
## If mail_level is present, all other mail_* fields must be configured.
|
|
mail_level = ERROR
|
|
mail_from = messages@example.com
|
|
mail_to = admin@example.com
|
|
mail_subject = arec-watcher has encountered an error
|