]> gitweb.michael.orlitzky.com - dead/htsn.git/commit
Add scaffolding to allow logging via syslog or a file.
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 21 Dec 2013 18:12:16 +0000 (13:12 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 21 Dec 2013 18:12:16 +0000 (13:12 -0500)
commit52e788e676ea2a67ad20b23d2e5c5b351f27b834
tree345129348e4613c4eae8a38281f303f460d41c6d
parent49c23c133221c9686dde0d52d06904db8d048724
Add scaffolding to allow logging via syslog or a file.
Rework the output/logging so that the stdout/stderr display does not pass through hslogger.
Change the output colors.
Update the example config with new options.
doc/htsnrc.example
src/CommandLine.hs
src/Configuration.hs
src/Logging.hs
src/Main.hs
src/OptionalConfiguration.hs
src/TSN/FeedHosts.hs
src/Terminal.hs