We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9b056f commit 63efdb7Copy full SHA for 63efdb7
README.md
@@ -74,13 +74,6 @@ limit is 20 RPS. The default setting for BunyanStackDriver is 500 ms.)
74
75
* errorCallback. Will report errors during the logging process itself.
76
77
-## Known issues
78
-
79
-* Circular objects will cause a stack overflow. If you need to log object with
80
-circular references, either (a) preprocess them to remove the circles, or (b)
81
-do not use the `type: "raw"` setting and instead let Bunyan's stringifier
82
-remove circular references.
83
84
## Links
85
86
[Stackdriver Logging - Method entries.write](https://cloud.google.com/logging/docs/api/ref_v2beta1/rest/v2beta1/entries/write)
0 commit comments