sync
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 38s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 38s
This commit is contained in:
@@ -150,6 +150,7 @@ class ConfigManager:
|
||||
|
||||
# Value is base64 encoded JSON
|
||||
encoded_value = data['Value']
|
||||
logger.debug(f"Consul raw value type: {type(encoded_value)}, value: {encoded_value[:50]}...") # Log type and first 50 chars
|
||||
logger.debug(f"Consul encoded value: {encoded_value}")
|
||||
|
||||
# Add padding if necessary for base64 decoding
|
||||
|
||||
Reference in New Issue
Block a user