diff --git a/pages/linux/lxc-start.md b/pages/linux/lxc-start.md index fdd9dcbf2e7994..817822d7113f14 100644 --- a/pages/linux/lxc-start.md +++ b/pages/linux/lxc-start.md @@ -19,6 +19,10 @@ `sudo lxc-stop {{container_name}}` +- Write debug logs to a file: + +`sudo lxc-start {{container_name}} {{[-l|--logpriority]}} DEBUG {{[-o|--logfile]}} {{path/to/logfile}}` + - Display help: `lxc-start {{[-?|--help]}}`