zrepl/daemon/logging
Mathias Fredriksson 6ac537210b daemon: avoid math/rand race by using global source
Unless we're using the global source for math/rand, (*rand.Rand).Read
should not be called concurrently. We seed the rng in daemon.Run to
avoid ambiguity or hiding global side effects inside packages.

closes #414
2021-01-25 00:16:01 +01:00
..
trace daemon: avoid math/rand race by using global source 2021-01-25 00:16:01 +01:00
build_logging.go Reformat all files with make format. 2020-08-31 23:57:45 +02:00
logging_context.go [#307] add package trace, integrate it with logging, and adopt it throughout zrepl 2020-05-19 11:30:02 +02:00
logging_formatters.go [#307] add package trace, integrate it with logging, and adopt it throughout zrepl 2020-05-19 11:30:02 +02:00
logging_outlets.go Spellcheck all files 2020-02-24 16:06:09 +01:00