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
Whenever we run api/controller specs we keep getting these logs level=INFO method=GET path=/api/v2/xyz status=401 duration=17.98 view=7.74 db=10.24 current_user_type= current_user_id= params={} datetime=2024-03-28T12:37:12.495570Z host=www.example.com authorization= user_type=
these fill up our whole terminal is there any way to silence these logs, i've tried setting the config.log_level to :warn inside the config/environments/test.rb but it didnt work
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Whenever we run api/controller specs we keep getting these logs
level=INFO method=GET path=/api/v2/xyz status=401 duration=17.98 view=7.74 db=10.24 current_user_type= current_user_id= params={} datetime=2024-03-28T12:37:12.495570Z host=www.example.com authorization= user_type=
these fill up our whole terminal is there any way to silence these logs, i've tried setting the config.log_level to :warn inside the config/environments/test.rb but it didnt work
Beta Was this translation helpful? Give feedback.
All reactions