chore 📦: Update setupacdc.yml to enable logging

Changed the `no_log` option from true to false in the setupacdc.yml file, allowing for log output during container creation. This change enables more detailed debugging and monitoring capabilities.
This commit is contained in:
2025-11-04 17:49:52 +01:00
parent 0c943620d6
commit eb61288865

View File

@@ -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: false
# -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 \