You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're using ap_log_error in many places which accepts status parameter, however, we're often setting it to 0 even though we have an error status we could instead. We might also consider ap_log_rerror and ap_log_cerror in certain cases.