Skip to content

Commit db1a634

Browse files
authored
Update main.py - add a debug line so we know when we're reloading stuff
1 parent 7c40325 commit db1a634

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ def reload_secret_vars(self):
100100
"""
101101
reloads the secret vars file
102102
"""
103+
logging.info(f"♻️ Reloading {SECRET_VARS_FILE}")
103104
with open(SECRET_VARS_FILE) as yaml_file:
104105
self.secret_vars = yaml.safe_load(yaml_file)
105106

0 commit comments

Comments
 (0)