I recently had an issue where I needed to look at the log information for my flows during a restart. Having changed the logging level to trace, I found that my view of the console messages only showed so many lines. As a result, I was unable to see the entire refresh sequence of messages.
Is there a straightforward way to get the Node-RED logging into a file when it is running inside of the standard docker container?
For my other issue, what I did get was sufficient to find my issue, but had it been earlier in the sequence, I am not sure I would have had access to see it.