open-nomad/client
Alex Dadgar 14ed757a56 Plugins use parent loggers
This PR fixes various instances of plugins being launched without using
the parent loggers. This meant that logs would not all go to the same
output, break formatting etc.
2019-01-11 11:36:37 -08:00
..
allocdir remove always false parameter 2019-01-08 09:11:47 -05:00
allochealth client: emit last sent alloc to new listeners 2018-11-27 14:06:08 -08:00
allocrunner Merge pull request #5168 from hashicorp/b-kill-race 2019-01-09 12:05:10 -08:00
allocwatcher client: Style: use fluent style for building loggers 2018-12-11 18:03:45 +01:00
config Add plugin API versioning to plugin loader and plugins 2018-12-18 16:48:00 -08:00
consul
devicemanager recover 2019-01-07 14:49:40 -08:00
fingerprint client: Move fingerprint structs to pkg 2018-12-01 17:10:39 +01:00
interfaces Populate alloc stats API with device stats 2018-11-16 10:26:32 -05:00
lib
logmon Test recovery 2019-01-07 14:49:41 -08:00
pluginmanager Merge pull request #5034 from hashicorp/test-fix-races 2019-01-08 07:04:09 -08:00
servers
state move cstructs.DeviceNetwork to drivers pkg 2019-01-08 09:11:47 -05:00
stats Add Client Device Stats structs in api package 2018-11-14 14:41:19 -05:00
structs move cstructs.DeviceNetwork to drivers pkg 2019-01-08 09:11:47 -05:00
taskenv move cstructs.DeviceNetwork to drivers pkg 2019-01-08 09:11:47 -05:00
testutil tests: helper function for checking docker presense 2019-01-07 08:27:06 -05:00
vaultclient address review comments 2018-11-20 17:10:54 -05:00
acl.go
acl_test.go tests: explicitly cleanup after clients 2018-10-17 10:06:59 -07:00
alloc_endpoint.go
alloc_endpoint_test.go tests: enable and fix tests requiring mock driver 2019-01-10 10:10:11 -05:00
alloc_watcher_e2e_test.go tests: enable and fix tests requiring mock driver 2019-01-10 10:10:11 -05:00
client.go recover 2019-01-07 14:49:40 -08:00
client_stats_endpoint.go
client_stats_endpoint_test.go tests: explicitly cleanup after clients 2018-10-17 10:06:59 -07:00
client_test.go tests: enable and fix tests requiring mock driver 2019-01-10 10:10:11 -05:00
fingerprint_manager.go client/drivermananger: add driver manager 2018-12-18 22:55:18 -05:00
fingerprint_manager_test.go client/drivermananger: add driver manager 2018-12-18 22:55:18 -05:00
fs_endpoint.go
fs_endpoint_test.go tests: enable and fix tests requiring mock driver 2019-01-10 10:10:11 -05:00
gc.go Plugins use parent loggers 2019-01-11 11:36:37 -08:00
gc_test.go test: copy AR's Alloc before mutating 2018-12-19 15:48:02 -08:00
node_updater.go fix tests that fail as a result of async client startup 2018-12-20 00:53:44 -05:00
rpc.go fix more cases of logging arity errors 2019-01-09 09:22:47 -05:00
rpc_test.go tests: explicitly cleanup after clients 2018-10-17 10:06:59 -07:00
testing.go test: re-eanble periodic fingerprint test 2018-12-19 17:08:24 -08:00
util.go
util_test.go