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:
@@ -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 \
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user