open-vault/logical
Becca Petrin 03cf302e9a Move to "github.com/hashicorp/go-hclog" (#4227)
* logbridge with hclog and identical output

* Initial search & replace

This compiles, but there is a fair amount of TODO
and commented out code, especially around the
plugin logclient/logserver code.

* strip logbridge

* fix majority of tests

* update logxi aliases

* WIP fixing tests

* more test fixes

* Update test to hclog

* Fix format

* Rename hclog -> log

* WIP making hclog and logxi love each other

* update logger_test.go

* clean up merged comments

* Replace RawLogger interface with a Logger

* Add some logger names

* Replace Trace with Debug

* update builtin logical logging patterns

* Fix build errors

* More log updates

* update log approach in command and builtin

* More log updates

* update helper, http, and logical directories

* Update loggers

* Log updates

* Update logging

* Update logging

* Update logging

* Update logging

* update logging in physical

* prefixing and lowercase

* Update logging

* Move phyisical logging name to server command

* Fix som tests

* address jims feedback so far

* incorporate brians feedback so far

* strip comments

* move vault.go to logging package

* update Debug to Trace

* Update go-plugin deps

* Update logging based on review comments

* Updates from review

* Unvendor logxi

* Remove null_logger.go
2018-04-02 17:46:59 -07:00
..
framework Move to "github.com/hashicorp/go-hclog" (#4227) 2018-04-02 17:46:59 -07:00
plugin Move to "github.com/hashicorp/go-hclog" (#4227) 2018-04-02 17:46:59 -07:00
testing Move to "github.com/hashicorp/go-hclog" (#4227) 2018-04-02 17:46:59 -07:00
auth.go External identity groups (#3447) 2017-11-02 16:05:48 -04:00
connection.go Sync over 2017-10-23 16:43:07 -04:00
error.go Allow more complex errors from plugins (no interface change) (#3444) 2017-10-19 13:29:59 -07:00
identity.go Porting identity store (#3419) 2017-10-11 10:21:20 -07:00
lease.go Sync over 2017-10-23 16:43:07 -04:00
lease_test.go Remove Unix() invocations on 'time.Time' objects and removed conversion of time to UTC 2016-07-08 18:30:18 -04:00
logical.go Move to "github.com/hashicorp/go-hclog" (#4227) 2018-04-02 17:46:59 -07:00
request.go Database gRPC plugins (#3666) 2017-12-14 14:03:11 -08:00
response.go http: Add a method for returning a 404 with data (#3994) 2018-02-21 14:22:21 -08:00
response_util.go plugins/gRPC: fix issues with reserved keywords in response data (#3881) 2018-02-01 14:30:17 -08:00
secret.go Sync over 2017-10-23 16:43:07 -04:00
storage.go Make mount view read only until after mount persist (#3910) 2018-02-09 14:04:25 -05:00
storage_inmem.go Convert logical.InmemStorage to a wrapper around physical/inmem. 2018-02-12 11:16:16 -05:00
storage_inmem_test.go vault: Passthrough backend uses logical.Backend 2015-03-15 14:27:06 -07:00
system_view.go Add a sysview call to determine if a mount is local. (#3899) 2018-02-02 18:17:12 -05:00
testing.go Move to "github.com/hashicorp/go-hclog" (#4227) 2018-04-02 17:46:59 -07:00
translate_response.go Port over bits (#3575) 2017-11-13 15:31:32 -05:00