from fixbot.logwatch import filters from fixbot.logwatch.sources import * ## shared secret for API client api_secret = "xyz" ## Path to logfiles logwatch_dir = "logs/" ## Iterable of LogSource objects logwatch_sources = ( Fifo("test", logwatch_dir + "/test.fifo", ( filters.all, )), )