master
core/conf: Add support for configurable maximum log & datasource message lengths
tests/cli: Change `stat`'s format argument from `--format=X` to `-c X` (Alpine's BusyBox' `stat` version does not support the long option)
tests: Stop manually parsing output of `id -a`, instead use the appropriate flags to get desired output
tests/ds/tty_username: Stop using `ls` to find the tty owner's username, switch to `stat` instead
tests/filter/tty: Fix error message wording
build: Refactor `make clean` and `make coverage` targets (do a per-dir cleanups, not a single global one from the top directory)
core: Unify the style of message format parser error messages
core: Add support for dynamic output file paths (i.e. `/var/log/snoopy.log-%{datetime:%Y-%m-%d}`)
tests: Remove stupid SCRIPT_PREFIX variable from Makefile.am files
cli: Add tests
tests: Convert `readlink` usage to Busybox-compatible one (change `-e` to `-f`)