Skip to content

Add structured logging and some cleanup

Vishal Tak requested to merge structuted_logging into remote_dev

This MR does the following

  • Add a new JSON logger for Remote Development which outputs at log/remote_development.log
  • Remove all Rails.logger statements and replace them with the above logger
  • Add Sentry tracking when an exception is raised
  • Comments cleanup

Testing

See logs with:

tail -f log/remote_development.log| jq
Edited by Chad Woolley

Merge request reports