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:
2025-11-04 17:47:17 +01:00
parent 1c1b2aa29f
commit 0c943620d6

View File

@@ -61,7 +61,7 @@
-features {{ container_features }}
args:
creates: "/etc/pve/lxc/{{ container_id }}.conf"
# no_log: true
no_log: true
# -password {{ container_password }} \
# -rootfs {{ container_storage }}:{{ container_id }}/vm-{{ container_id }}-disk-0.raw,size=7G \