It would be nice to be able to customize the output of the logs command. Right now, there is a lot of duplicated data before any meaningful log is printed, which means it's not possible to view the logs nicely in any standard-width terminal window. For example:
2020-05-21T07:33:04.257862+00:00 funky-slugggy-name[funky-slugggy-name-1231231231-dgdfgg]: web.1 | actual app log goes here
Any app using a logging framework will also include a timestamp at the start of the log statement, which means the timestamp is logged twice in that case too.
My screen fits 238 characters, and 110 of those (46%) are the prefix.
It would be nice to be able to customize the output of the
logscommand. Right now, there is a lot of duplicated data before any meaningful log is printed, which means it's not possible to view the logs nicely in any standard-width terminal window. For example:2020-05-21T07:33:04.257862+00:00 funky-slugggy-name[funky-slugggy-name-1231231231-dgdfgg]: web.1 |actual app log goes hereAny app using a logging framework will also include a timestamp at the start of the log statement, which means the timestamp is logged twice in that case too.
My screen fits 238 characters, and 110 of those (46%) are the prefix.