Updates for v0.2.1.

Add -o option to set the ownership of the pipe/FIFO when created by lumberjack.
Move su/sg user/group changing after pipe/FIFO creation.
Use -n rather than ! -z to quiet shellcheck.  *sigh*
Minor corrections of --help output.
Add note about profiles to TODO list.
This commit is contained in:
Darren 'Tadgy' Austin 2020-06-13 14:57:54 +01:00
commit b86c826101
2 changed files with 52 additions and 28 deletions

View file

@ -1,2 +1,3 @@
* Write a man page.
* Profiles in a lumberjack.conf file?
* Add a regex filter (read from a file) to decide what to log and what to drop.