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
I find this gem very useful, but when using it, I frequently see log messages related to Hotwire Spark.
To work around this, I created the following initializer.
However, I was wondering if there are any plans to support server-side log suppression in the gem’s configuration
(or if it can be done in the first place).
If such a setting already exists, please let me know.
Thanks @milkeclair. I think this is a great idea. I'd be happy to a accept a PR here adding a new boolean option server_logging to turn logs on/off (default to "on"). Then, we would also rename the existing option logging to client_logging to clarify the difference.
Hi, I am trying to use this gem in Rails 8!
I find this gem very useful, but when using it, I frequently see log messages related to Hotwire Spark.
To work around this, I created the following initializer.
However, I was wondering if there are any plans to support server-side log suppression in the gem’s configuration
(or if it can be done in the first place).
If such a setting already exists, please let me know.
Thanks for making a useful gem!
The text was updated successfully, but these errors were encountered: