restarone / violet_rails

an app engine for your business. Seamlessly implement business logic with a powerful API. Out of the box CMS, blog, forum and email functionality. Developer friendly & easily extendable for your next SaaS/XaaS project. Built with Rails 6, Devise, Sidekiq & PostgreSQL
https://violet.restarone.solutions
MIT License
95 stars 43 forks source link

Logging not working on EC2 #669

Closed donrestarone closed 2 years ago

donrestarone commented 2 years ago

we added the 12 factor gem here: https://github.com/restarone/violet_rails/commit/6a1b891dc4204b2c44f56bf905978a14f8737d15

so the fact that we are not writing logs to files in production is expected: https://github.com/heroku/rails_12factor#rails-4-serve-static-assets

error reporting is working, but we will need to override the log behavior for it to actually write to disk.