diff options
Diffstat (limited to 'testing/lxd/lxd.confd')
-rw-r--r-- | testing/lxd/lxd.confd | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/testing/lxd/lxd.confd b/testing/lxd/lxd.confd index db6f16c2c4..ddc0a46417 100644 --- a/testing/lxd/lxd.confd +++ b/testing/lxd/lxd.confd @@ -4,24 +4,24 @@ LXD_OPTIONS=" --group lxd" # Enable cpu profiling into the specified file -#LXD_OPTIONS=" --cpuprofile /tmp/lxc_cpu_profile" +#LXD_OPTIONS="${LXD_OPTIONS} --cpuprofile /tmp/lxc_cpu_profile" # Enable memory profiling into the specified file -#LXD_OPTIONS=" --memprofile /tmp/lxc_mem_profile" +#LXD_OPTIONS="${LXD_OPTIONS} --memprofile /tmp/lxc_mem_profile" # Enables debug mode -#LXD_OPTIONS=" --debug" +#LXD_OPTIONS="${LXD_OPTIONS} --debug" # For debugging, print a complete stack trace every n seconds -#LXD_OPTIONS=" --print-goroutines-every 5" +#LXD_OPTIONS="${LXD_OPTIONS} --print-goroutines-every 5" # Enables verbose mode -#LXD_OPTIONS=" -v" +#LXD_OPTIONS="${LXD_OPTIONS} -v" # Logfile to log to -#LXD_OPTIONS=" --logfile /var/log/lxd/lxd.log" +#LXD_OPTIONS="${LXD_OPTIONS} --logfile /var/log/lxd/lxd.log" # Enables syslog logging -#LXD_OPTIONS=" --syslog" +#LXD_OPTIONS="${LXD_OPTIONS} --syslog" |