mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Updated vendoring for log level reporting issue (#2660)
This commit is contained in:
parent
fe11c5933a
commit
314b81062d
2
vendor/github.com/prometheus/common/log/log.go
generated
vendored
2
vendor/github.com/prometheus/common/log/log.go
generated
vendored
|
@ -32,7 +32,7 @@ type levelFlag string
|
||||||
|
|
||||||
// String implements flag.Value.
|
// String implements flag.Value.
|
||||||
func (f levelFlag) String() string {
|
func (f levelFlag) String() string {
|
||||||
return fmt.Sprintf("%q", string(f))
|
return fmt.Sprintf("%q", origLogger.Level.String())
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set implements flag.Value.
|
// Set implements flag.Value.
|
||||||
|
|
6
vendor/vendor.json
vendored
6
vendor/vendor.json
vendored
|
@ -543,10 +543,10 @@
|
||||||
"revisionTime": "2017-01-08T23:12:12Z"
|
"revisionTime": "2017-01-08T23:12:12Z"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"checksumSHA1": "ZA4MLHNAP905WiAOLy4BBzmcuxM=",
|
"checksumSHA1": "vfkLfDs6hXtxdJNGdWQglsxFu40=",
|
||||||
"path": "github.com/prometheus/common/log",
|
"path": "github.com/prometheus/common/log",
|
||||||
"revision": "dd2f054febf4a6c00f2343686efb775948a8bff4",
|
"revision": "75882ff176da1a10e2705adadd81edfd3a50d743",
|
||||||
"revisionTime": "2017-01-08T23:12:12Z"
|
"revisionTime": "2017-04-27T09:48:40Z"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"checksumSHA1": "0LL9u9tfv1KPBjNEiMDP6q7lpog=",
|
"checksumSHA1": "0LL9u9tfv1KPBjNEiMDP6q7lpog=",
|
||||||
|
|
Loading…
Reference in a new issue