diff options
| author | Alexander Barton <alex@barton.de> | 2019-11-10 22:07:26 +0100 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2019-11-10 22:07:26 +0100 |
| commit | 80437b253377fdd19274d974eb8ccc248ac7beb0 (patch) | |
| tree | f61d79d6b081879fd848ddba9390c4047788eca2 /contrib/Makefile.am | |
| parent | de1de4055123e95fd9dc1b7e40c69a760777079d (diff) | |
| download | ngircd-80437b253377fdd19274d974eb8ccc248ac7beb0.tar.gz ngircd-80437b253377fdd19274d974eb8ccc248ac7beb0.zip | |
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
Diffstat (limited to 'contrib/Makefile.am')
| -rw-r--r-- | contrib/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
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 |