Skip to content

Commit 1c83559

Browse files
committed
chore: run antctl with trace verbosity
1 parent 2221d47 commit 1c83559

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

resources/ansible/roles/genesis-node/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
- name: start the genesis node service
5252
become: True
53-
command: antctl -v start --interval {{ interval}}
53+
command: antctl --trace start --interval {{ interval}}
5454
register: start_services_result
5555
failed_when: false
5656

resources/ansible/roles/node/tasks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
vars:
6565
command_args:
6666
- "{{ binary_dir }}/antctl"
67-
- -v
67+
- --trace
6868
- add
6969
- --data-dir-path=/mnt/antnode-storage/data
7070
- --log-dir-path=/mnt/antnode-storage/log
@@ -93,7 +93,7 @@
9393

9494
- name: start the node services
9595
become: True
96-
command: antctl -v start --interval {{ interval}}
96+
command: antctl --trace start --interval {{ interval}}
9797
register: start_services_result
9898
failed_when: false
9999

0 commit comments

Comments
 (0)