open-vault/audit
Jeff Mitchell 6d00f0c483 Adds HUP support for audit log files to close and reopen. (#1953)
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.
2016-09-30 12:04:50 -07:00
..
audit.go Adds HUP support for audit log files to close and reopen. (#1953) 2016-09-30 12:04:50 -07:00
format.go Audit unwrapped response (#1950) 2016-09-29 12:03:47 -07:00
format_json.go Transit and audit enhancements 2016-09-21 10:49:26 -04:00
format_json_test.go Transit and audit enhancements 2016-09-21 10:49:26 -04:00
format_jsonx.go Transit and audit enhancements 2016-09-21 10:49:26 -04:00
format_jsonx_test.go Audit unwrapped response (#1950) 2016-09-29 12:03:47 -07:00
formatter.go Transit and audit enhancements 2016-09-21 10:49:26 -04:00
hashstructure.go Add token accessor to wrap information if one exists 2016-06-13 23:58:17 +00:00
hashstructure_test.go Remove Unix() invocations on 'time.Time' objects and removed conversion of time to UTC 2016-07-08 18:30:18 -04:00