Suppress error output in HTTP exceptions
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.
Due to an influx of spam, we had to disable account registrations. If you don't have an account yet, please write an email to support@manjaro.org, with your desired username. Sorry for the inconvenience.
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.