Files
ubicloud/routes/clover_base.rb
Enes Cakir 128b93c88b Log web exceptions with Clog
When we encounter unexpected errors in our web application, we simply
print the stack trace to stderr. This makes it challenging to
investigate the error cause, as our log service can only parse JSON
logs. Thus, we can log the exceptions with Clog, similar to how we
handle exceptions in the respirate.
2024-11-02 14:42:08 -07:00

2.9 KiB