We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c53ff8 commit 5180251Copy full SHA for 5180251
2 files changed
handwritten/logging/src/log.ts
@@ -867,6 +867,7 @@ class Log implements LogSeverityFunctions {
867
}
868
869
870
+ // TODO proper signature of `private decorateEntries` (sans underscore suffix)
871
/**
872
* All entries are passed through here in order to get them serialized.
873
*
@@ -887,6 +888,7 @@ class Log implements LogSeverityFunctions {
887
888
});
889
890
891
+ // TODO consider refactoring `truncateEntries` so that it does not mutate
892
893
* Truncate log entries at maxEntrySize, so that error is not thrown, see:
894
* https://cloud.google.com/logging/quotas
0 commit comments