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
Configures log rotation if enabled with a JSON logger config. MaxSize(MB), MaxAge(days,0=no limit), MaxBackups(0=no limit), LocalTime(use computers local time), Compress(gzip)".
212
217
```
218
+
213
219
### Experimental distributed tracing
214
220
215
221
```nocode
@@ -224,13 +230,13 @@ The list of flags provided below may not be up-to-date due to ongoing developmen
Enable the defrag during etcd server bootstrap on condition that it will free at least the provided threshold of disk space. Needs to be set to non-zero value to take effect.
271
278
```
279
+
272
280
### Unsafe features
273
281
274
282
{{% alert color="warning" %}}
275
-
**<iclass="fas fa-exclamation-triangle mr-1"></i> Warning**: using unsafe features may break the guarantees given by the consensus protocol!
283
+
**Warning**: using unsafe features may break the guarantees given by the consensus protocol!
0 commit comments