boulder/vendor/gopkg.in/tomb.v1
Roland Bracewell Shoemaker 308960cbdd log-validator: add cmd/daemon for verifying log integrity (#4482)
In f32fdc4 the Boulder logging framework was updated to emit a CRC32-IEEE
checksum in log lines. The `log-validator` command verifies these checksums in
one of two ways:

1. By running as a daemon process, tailing logs and verifying checksums as they
arrive.
2. By running as a one-off command, verifying checksums of every line in a log
file on disk.
2019-10-21 10:12:55 -04:00
..
LICENSE log-validator: add cmd/daemon for verifying log integrity (#4482) 2019-10-21 10:12:55 -04:00
README.md log-validator: add cmd/daemon for verifying log integrity (#4482) 2019-10-21 10:12:55 -04:00
tomb.go log-validator: add cmd/daemon for verifying log integrity (#4482) 2019-10-21 10:12:55 -04:00

README.md

Installation and usage

See gopkg.in/tomb.v1 for documentation and usage details.