style 💎: Update setupacdc.yml to enable logging by default
Changed the 'no_log' option from false to true in the setupacdc.yml file, enabling logging for containers. This change ensures that logs are generated and stored as expected.
This commit is contained in:
@@ -61,7 +61,7 @@
|
|||||||
-features {{ container_features }}
|
-features {{ container_features }}
|
||||||
args:
|
args:
|
||||||
creates: "/etc/pve/lxc/{{ container_id }}.conf"
|
creates: "/etc/pve/lxc/{{ container_id }}.conf"
|
||||||
# no_log: true
|
no_log: true
|
||||||
# -password {{ container_password }} \
|
# -password {{ container_password }} \
|
||||||
# -rootfs {{ container_storage }}:{{ container_id }}/vm-{{ container_id }}-disk-0.raw,size=7G \
|
# -rootfs {{ container_storage }}:{{ container_id }}/vm-{{ container_id }}-disk-0.raw,size=7G \
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user