Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

By AminYazdani
I have Rails 3 app that runs on Nginx server using Puma. The logs goes to logs/production.log.
I was wondering if there is a way to change the format of the logs, so it includes more information that I can use. Informations like userId (if signed in) or sessionId, etc.
Is there a way to configure the format of the logs?
Right now they are like this:
Started GET "/" for xxx.xxx.xxx.xx at 2015-02-11 06:37:53 +0000
Processing by MyController#home as HTML
Rendered my/home.html.erb within layouts/home (93.2ms)
Completed 200 OK in 542ms (Views: 94.8ms | ActiveRecord: 158.6ms)