google-cloud-logging 1.6.1 → 1.6.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -1
- data/lib/google/cloud/logging/async_writer.rb +1 -1
- data/lib/google/cloud/logging/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0a51e25b285af5a7a2ae7e1481c8dc475e7f1eb54bc22133836f558d9565d09b
|
4
|
+
data.tar.gz: 936031f003cace1831927504995ee740f5bffaacf0ea9bf5d066e70b5467a18b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 24811a00cdbb748d88c0446d7cada8a31c12e578392edbcc62872668c9e9caed788fe813f4dca1ef6daf6d6df86ca01ce36661a04ce0629c1271e82bf78cb9e7
|
7
|
+
data.tar.gz: eddb46cbe47a08f27f58ece3b520d5e494cc7b9ceb64a70f22659ffd209522e3e4be377b1d6fa4ff641bf5de7c20cb2c5e3f87faf6c284511997f1c520bf8bd4
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,9 @@
|
|
1
1
|
# Release History
|
2
2
|
|
3
|
+
### 1.6.2 / 2019-02-13
|
4
|
+
|
5
|
+
* Fix bug (typo) in retrieving default on_error proc.
|
6
|
+
|
3
7
|
### 1.6.1 / 2019-02-07
|
4
8
|
|
5
9
|
* Update concurrent-ruby dependency
|
@@ -39,7 +43,7 @@
|
|
39
43
|
This value was added in googleauth 0.7.0.
|
40
44
|
* Loosen googleauth dependency
|
41
45
|
Allow for new releases up to 0.10.
|
42
|
-
The googleauth devs have committed to
|
46
|
+
The googleauth devs have committed to maintaining the current API
|
43
47
|
and will not make backwards compatible changes before 0.10.
|
44
48
|
* Direct logs for "/healthz" requests to the health check log.
|
45
49
|
* Update documentation.
|
@@ -409,7 +409,7 @@ module Google
|
|
409
409
|
def default_error_callbacks
|
410
410
|
# This is memoized to reduce calls to the configuration.
|
411
411
|
@default_error_callbacks ||= begin
|
412
|
-
error_callback = Google::Cloud::Logging.
|
412
|
+
error_callback = Google::Cloud::Logging.configure.on_error
|
413
413
|
error_callback ||= Google::Cloud.configure.on_error
|
414
414
|
if error_callback
|
415
415
|
[error_callback]
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-logging
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.6.
|
4
|
+
version: 1.6.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mike Moore
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2019-02-
|
12
|
+
date: 2019-02-13 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: google-cloud-core
|