Defines and uses a custom io.Writer for logging which can search and replace tokens. Closes #612. Closes #283 #724
Annotations
10 errors
connection/connection_cache.go#L61
Error return value of `c.cache.Delete` is not checked (errcheck)
|
connection/connection_cache.go#L66
Error return value of `c.cache.Invalidate` is not checked (errcheck)
|
query_cache/cacher_result_subscriber.go#L68
Error return value of `maxReadSem.Acquire` is not checked (errcheck)
|
query_cache/query_cache.go#L267
Error return value of `c.waitForSubscribers` is not checked (errcheck)
|
query_cache/query_cache.go#L353
Error return value of `c.cache.Delete` is not checked (errcheck)
|
query_cache/query_cache.go#L360
Error return value of `c.cache.Invalidate` is not checked (errcheck)
|
query_cache/query_cache.go#L405
Error return value of `c.waitForSubscribers` is not checked (errcheck)
|
plugin/hydrate_cache.go#L176
Error return value of `d.ConnectionCache.SetWithTTL` is not checked (errcheck)
|
plugin/plugin_connection_config.go#L52
Error return value is not checked (errcheck)
|
plugin/plugin_test.go#L464
Error return value of `test.plugin.initialiseTables` is not checked (errcheck)
|
The logs for this run have expired and are no longer available.
Loading