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
Is there any way in which we can dynamically enable and disable loging for a specific model only?
My current use case scenario is the following (Version 3):
When deploying on different release environments we want to control which model(resource) can be logged or not. We tried different solutions but none of them worked out so far. We trued using activity()->disableLogging() but this disables logging for all models.
Any suggestions on how to handle this exact scenario?
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
-
Is there any way in which we can dynamically enable and disable loging for a specific model only?
My current use case scenario is the following (Version 3):
When deploying on different release environments we want to control which model(resource) can be logged or not. We tried different solutions but none of them worked out so far. We trued using
activity()->disableLogging()
but this disables logging for all models.Any suggestions on how to handle this exact scenario?
Beta Was this translation helpful? Give feedback.
All reactions