zrepl/cmd
Christian Schwarz 2bfcfa5be8 logging: first outlet receives logger error message
Abandons stderr special-casing:

* looks weird on shell and IO redirection to same file because of
interleaving of stdout and stderr
* better than a separate dedicated outlet because it does not require
additional configuration

fixes #28

BREAK SEMANTICS CONFIG
2017-11-17 00:25:38 +01:00
..
sampleconf cmd/sampleconf/zrep.yml: remove it, it's from the stone ages 2017-10-05 21:48:18 +02:00
autosnap.go bookmark every snapshot 2017-11-13 10:59:46 +01:00
config_connect.go config: unify job debugging options 2017-09-11 15:45:10 +02:00
config_fsvfilter.go refactor: parametrize PrefixFilter VersionType check 2017-11-13 10:59:22 +01:00
config_job_control.go control job: wrong error on context done 2017-10-05 21:20:01 +02:00
config_job_local.go refactor: parametrize PrefixFilter VersionType check 2017-11-13 10:59:22 +01:00
config_job_pull.go config: support days (d) and weeks (w) in durations 2017-10-05 15:17:37 +02:00
config_job_source.go refactor: parametrize PrefixFilter VersionType check 2017-11-13 10:59:22 +01:00
config_logging.go logging: first outlet receives logger error message 2017-11-17 00:25:38 +01:00
config_mapfilter.go mappings: fix aliasing bug with '<' wildcards 2017-10-05 20:10:05 +02:00
config_parse.go config: support days (d) and weeks (w) in durations 2017-10-05 15:17:37 +02:00
config_prune_grid.go retention grid: interva length monotonicity: exception for keep=all 2017-10-05 20:34:35 +02:00
config_prune_none.go cmd: noprune prune policy 2017-09-15 19:32:09 +02:00
config_serve_stdinserver.go cmd: extract listening on a UNIX socket in a private directory into a helper func 2017-09-17 23:41:51 +02:00
config_test.go mappings: fix aliasing bug with '<' wildcards 2017-10-05 20:10:05 +02:00
config.go cmd: logging using logrus 2017-09-22 17:01:54 +02:00
control.go cmd: no context + logging for config parsing 2017-09-22 14:13:30 +02:00
daemon.go make vet happy: 'don't leak contexts' 2017-09-30 16:39:52 +02:00
handler.go cmd: logging using logrus 2017-09-22 17:01:54 +02:00
helpers.go fix unreachable code & missing stringer-generated code 2017-09-30 16:31:55 +02:00
logging_formatters.go logging: stdout outlet: include time in output if tty or forced through config 2017-11-15 11:04:34 +01:00
logging_outlets.go tcp outlet: fix error handling on write failure 2017-09-30 16:38:48 +02:00
main.go dump logrus and roll our own logger instead 2017-09-24 00:57:52 +02:00
prune.go bookmark every snapshot 2017-11-13 10:59:46 +01:00
replication.go fix unreachable code & missing stringer-generated code 2017-09-30 16:31:55 +02:00
stdinserver.go cmd: no context + logging for config parsing 2017-09-22 14:13:30 +02:00
test.go logging: first outlet receives logger error message 2017-11-17 00:25:38 +01:00