pedestal

simongray 2025-05-14T09:47:44.442499Z

My logs are absolutely full of cors request processing and cors response processing . Is there some easy way to get rid of that which doesn’t require 1) rewriting built-in interceptors or 2) not logging INFO? It honestly seems to me like they should have been DEBUG log calls instead of INFO since they are so, so incredibly spammy and not really needed 99.9% of the time. (and sorry for this little rant, but this has been bothering me for years about Pedestal)

hlship 2025-05-14T17:19:25.750929Z

This sounds quite fixable. I don’t think the framework should be logging at info pretty much ever. Please open an issue.

hlship 2025-05-14T17:19:53.360569Z

I’m on vacation so I can’t easily check if there’s an existing issue.

simongray 2025-05-15T06:53:35.952999Z

No worries, your vacation is important! There is no current issue on it.

simongray 2025-05-15T07:03:38.882369Z

I made a new issue: https://github.com/pedestal/pedestal/issues/916 Enjoy the remainder of your vacation, @hlship.