kamal
kamal copied to clipboard
When I run kamal app logs -f, two lines of dates appear. Is there a way to remove one of them?
As shown in the image, when I follow the logs, I noticed that the executed command includes the --timestamps flag, which causes the logs to display duplicate dates. I understand this might be useful for programs other than Rails that don't include timestamps in their logs, but for Rails logs that already have timestamps, it results in redundancy. Is there an option to disable this?