We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51a81fd commit 67341f4Copy full SHA for 67341f4
docs/configuration/container/index.rst
@@ -282,6 +282,20 @@ Container Registry
282
set container registry 192.168.1.1:8080 insecure
283
284
285
+Log Configuration
286
+====================
287
+
288
+.. cfgcmd:: set container log-driver [k8s-file | journald]
289
290
+ Set the default log driver for containers.
291
292
+ - **k8s-file**: Logs to a plain text new line deliminated json file
293
+ - **journald**: Logs to the systems journal
294
295
+ Current default is k8s-file. Using journald will result in the logs
296
+ not showing up in the container log operation command but the global log command.
297
298
299
******************
300
Operation Commands
301
0 commit comments