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
Because: right now it has the following behavior...
Save the error message to hyrax_batch_items.error field.
If you are in "development" environment, tack on the stack trace.
This has the effect of being to expose the stack trace through the web UI when developing.
But this falls short when you are debugging in a "production" env (i.e. on a staging server). You want to see the stack trace, but you don't necessarily want it exposed in the UI, nor do you want to switch to "development" rails environment.
Done when: full stack trace is sent to STDERR
The text was updated successfully, but these errors were encountered:
Because: right now it has the following behavior...
hyrax_batch_items.error
field.This has the effect of being to expose the stack trace through the web UI when developing.
But this falls short when you are debugging in a "production" env (i.e. on a staging server). You want to see the stack trace, but you don't necessarily want it exposed in the UI, nor do you want to switch to "development" rails environment.
Done when: full stack trace is sent to
STDERR
The text was updated successfully, but these errors were encountered: