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)".
145
+
```
146
+
130
147
### Security
131
148
132
149
```nocode
@@ -176,6 +193,7 @@ The list of flags provided below may not be up-to-date due to ongoing developmen
176
193
--tls-max-version ''
177
194
Maximum TLS version supported by etcd (empty will be auto-populated by Go).
178
195
```
196
+
179
197
### Auth
180
198
181
199
```nocode
@@ -186,6 +204,7 @@ The list of flags provided below may not be up-to-date due to ongoing developmen
186
204
--auth-token-ttl 300
187
205
Time (in seconds) of the auth-token-ttl.
188
206
```
207
+
189
208
### Profiling and monitoring
190
209
191
210
```nocode
@@ -196,20 +215,7 @@ The list of flags provided below may not be up-to-date due to ongoing developmen
196
215
--listen-metrics-urls ''
197
216
List of URLs to listen on for the metrics and health endpoints.
198
217
```
199
-
### Logging
200
218
201
-
```nocode
202
-
--logger 'zap'
203
-
Currently only supports 'zap' for structured logging.
204
-
--log-outputs 'default'
205
-
Specify 'stdout' or 'stderr' to skip journald logging even when running under systemd, or list of comma separated output targets.
206
-
--log-level 'info'
207
-
Configures log level. Only supports debug, info, warn, error, panic, or fatal.
208
-
--enable-log-rotation 'false'
209
-
Enable log rotation of a single log-outputs file target.
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
-
```
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