Skip to content

Commit b346f4d

Browse files
committed
Clean up config.cfg - consolidate algo_no_log setting
- Move algo_no_log setting to top troubleshooting section - Remove duplicate setting from line 117 - Keep the prominent warning about debugging at the top where users will see it - Cleaner, single source of truth for the setting
1 parent 4605c71 commit b346f4d

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

config.cfg

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
# ============================================
44
# TROUBLESHOOTING DEPLOYMENT ISSUES
55
# ============================================
6-
# If your deployment fails with hidden/censored output, temporarily set:
7-
# algo_no_log: false
8-
# This will show detailed error messages (including API responses).
6+
# If your deployment fails with hidden/censored output, temporarily set
7+
# algo_no_log to 'false' below. This will show detailed error messages
8+
# including API responses.
99
# IMPORTANT: Set back to 'true' before sharing logs or screenshots!
1010
# ============================================
11+
algo_no_log: true # Set to 'false' for debugging (shows sensitive data in output)
1112

1213
# This is the list of users to generate.
1314
# Every device must have a unique user.
@@ -112,9 +113,6 @@ wireguard_PersistentKeepalive: 0
112113
local_service_ip: "{{ '172.16.0.1' | ansible.utils.ipmath(1048573 | random(seed=algo_server_name + ansible_fqdn)) }}"
113114
local_service_ipv6: "{{ 'fd00::1' | ansible.utils.ipmath(1048573 | random(seed=algo_server_name + ansible_fqdn)) }}"
114115

115-
# Hide sensitive data in Ansible output during deployment (passwords, keys, etc.)
116-
# This is NOT related to privacy/logging on the VPN server itself
117-
algo_no_log: true
118116

119117
congrats:
120118
common: |

0 commit comments

Comments
 (0)