You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add writeSynchronicity flag to appender configuration (#542)
* feat: add support for write synchronicity config
add new adapter configuration to allow setting writeSynchronicity
* chore: set default value and remove debug output
remove debug prints
add option description into class javadoc
setup default value of the instance
* chore: remove async testing from samples
* chore: change type of writeSynchronicity to enum
@@ -122,8 +128,9 @@ public void setLog(String log) {
122
128
/**
123
129
* Sets the name of the monitored resource (Optional).
124
130
*
125
-
* <p>Must be a <a href="https://cloud.google.com/logging/docs/api/v2/resource-list">supported</a>
126
-
* resource type. gae_app, gce_instance and container are auto-detected.
0 commit comments