Commit Graph

2 Commits

Author SHA1 Message Date
Jacob Hoffman-Andrews f98d74c14d
log: emit warnings and errors on stderr (#6325)
Debug and Info messages still go to stdout.

Fix the CAA integration test, which asserted that stderr should be empty
when caa-log-checker finds a problem. That used to be the case because
we never logged to stderr, but now it is the case.

Update the logging docs.

Fixes #6324
2022-08-29 15:00:55 -07:00
Jacob Hoffman-Andrews 210735099f
Add documentation of our logging system (#5991) 2022-03-15 10:21:06 -07:00