From 80437b253377fdd19274d974eb8ccc248ac7beb0 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sun, 10 Nov 2019 22:07:26 +0100 Subject: Add simple log colorization script: ./contrib/nglog.sh This script parses the log output of ngircd(8), and colorizes the messages accoring to their log level. Example usage: ngircd -f $PWD/doc/sample-ngircd.conf -np | ./contrib/nglog.sh --- contrib/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'contrib/Makefile.am') diff --git a/contrib/Makefile.am b/contrib/Makefile.am index 29819a18..3c0b26ec 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -1,6 +1,6 @@ # # ngIRCd -- The Next Generation IRC Daemon -# Copyright (c)2001-2017 Alexander Barton (alex@barton.de) and Contributors +# Copyright (c)2001-2019 Alexander Barton (alex@barton.de) and Contributors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -20,6 +20,7 @@ EXTRA_DIST = README \ ngircd.service \ ngircd.socket \ ngircd.spec \ + nglog.sh \ platformtest.sh \ systrace.policy -- cgit 1.4.1