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
The current logging system I have implemented in LOBE is straight down bad.
The most informative log we have is now captured by gunicorn but we should implement a much more detailed logging strategy.
Importantly, we should capture client logs as well since some nasty bugs tend to pop up from time to time from wavesurfer.js or the MediaRecorder API.
What we are most interested in capturing in our logs are critical exceptions.
The text was updated successfully, but these errors were encountered:
The current logging system I have implemented in LOBE is straight down bad.
The most informative log we have is now captured by gunicorn but we should implement a much more detailed logging strategy.
Importantly, we should capture client logs as well since some nasty bugs tend to pop up from time to time from wavesurfer.js or the MediaRecorder API.
What we are most interested in capturing in our logs are critical exceptions.
The text was updated successfully, but these errors were encountered: