Logs Truncated
Is there a way to prevent long lines from being truncated? "Line Wrapping" is turned on in the settings.
Solution:Jump to solution
for this you would want to be logging standardized json messages so the entire log is correctly parsed, please see the docs page -
https://docs.railway.app/guides/logs#examples...
4 Replies
Project ID:
0e7f8095-f81d-4415-afc9-dacc0b49ba15
0e7f8095-f81d-4415-afc9-dacc0b49ba15
Solution
for this you would want to be logging standardized json messages so the entire log is correctly parsed, please see the docs page -
https://docs.railway.app/guides/logs#examples
Thank you