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
This requires recompiling the dependency: mix deps.compile playwright --force. This may also require any application that uses this to restart as well.
The issue here is there is no way to turn logging on for a portion of the use of playwright-elixir and then off.
I've seen FlexLogger but I dont want to add additional dependencies.
Any ideas?
The text was updated successfully, but these errors were encountered:
Currently the default logging is set to debug in dev mode. This causes a LOT of logging output that can get cumbersome to develop with.
The best solution I have found is to do something like this:
This requires recompiling the dependency:
mix deps.compile playwright --force
. This may also require any application that uses this to restart as well.The issue here is there is no way to turn logging on for a portion of the use of
playwright-elixir
and then off.I've seen FlexLogger but I dont want to add additional dependencies.
Any ideas?
The text was updated successfully, but these errors were encountered: