Skip to content

Suppress error output in HTTP exceptions

Frede H requested to merge fix-check_internet_connection-function into master

Modified exception handling in httpFn.py to suppress logging for Timeout and HTTPError exceptions by setting emit=False. This ensures that these specific errors do not generate noisy output logs.

Merge request reports