# HG changeset patch # User Kim Alvefur # Date 1703286395 -3600 # Node ID c75328aeaba35e673a8d8dea08dc1ade45674766 # Parent fdf3056021dc10735f7cb049f0c0a32f98b9ffa1 mod_http_oauth2: Reduce log level for error delivery via redirect This is supposed to be normal in OAuth2, not really deserving a warning log message. diff -r fdf3056021dc -r c75328aeaba3 mod_http_oauth2/mod_http_oauth2.lua --- a/mod_http_oauth2/mod_http_oauth2.lua Sat Dec 23 00:01:30 2023 +0100 +++ b/mod_http_oauth2/mod_http_oauth2.lua Sat Dec 23 00:06:35 2023 +0100 @@ -765,7 +765,7 @@ redirect_uri = redirect_uri .. sep .. http.formencode(err.extra.oauth2_response) .. "&" .. http.formencode({ state = q.state, iss = get_issuer() }); - module:log("warn", "Sending error response to client via redirect to %s", redirect_uri); + module:log("debug", "Sending error response to client via redirect to %s", redirect_uri); return { status_code = 303; headers = {