6d00f0c483
Adds HUP support for audit log files to close and reopen. This makes it much easier to deal with normal log rotation methods. As part of testing this I noticed that HUP and other items that come out of command/server.go are going to stderr, which is where our normal log lines go. This isn't so much problematic with our normal output but as we officially move to supporting other formats this can cause interleaving issues, so I moved those to stdout instead. |
||
---|---|---|
.. | ||
audit.go | ||
format.go | ||
format_json.go | ||
format_json_test.go | ||
format_jsonx.go | ||
format_jsonx_test.go | ||
formatter.go | ||
hashstructure.go | ||
hashstructure_test.go |