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 currently a way to enable/disable (toggling) logging of certain fields? For example, if I didn't want to capture the logging of response field. Would that be possible currently? TIA.
The text was updated successfully, but these errors were encountered:
@whippersnapper As far as I know there isn't a way to set that via a settings file. However, I can strip out the response data via Django model's pre_save signal.
@whippersnapper The best suggestion for this kind of approach is to use a pre_save signal, or make a PR that creates a pre-save-processor before the actual save.
Is there currently a way to enable/disable (toggling) logging of certain fields? For example, if I didn't want to capture the logging of
response
field. Would that be possible currently? TIA.The text was updated successfully, but these errors were encountered: