Tags: webprofusion/certify
Tags
Adds debug logging to config manager Adds debug logging to the service config manager to assist with troubleshooting configuration loading issues. This change adds logging for scenarios where the config file is empty, not found, or fails to load. Improves diagnostic logging and fixes typo Updates logging to use Console.WriteLine instead of Debug.WriteLine for better visibility. Includes server config status in HTTP challenge server logs. Corrects a typo in the CLI help text for backup import. Handles exceptions when loading service config Improves the robustness of the service configuration loading process by catching potential exceptions. Specifically, it catches exceptions when attempting to access the AppData path and unauthorized access exceptions when reading the service configuration file. This prevents the service from crashing and provides more informative error messages to the user. Fixes server connection configuration. Ensures the client uses the provided connection configuration or defaults to the service configuration. Adds logging to display the service configuration for debugging. Adds debug logging for config loading Adds logging statements to the API client and service config manager to aid in debugging configuration loading issues. This helps track the base URI and service config file paths used by the application.
PreviousNext