I'm running this on MacOS, I've installed it through Composer:
- The log files that are written to disk don't have any permissions set so I have to
chmod them before I can read them.
- The JSON in the logs is unformatted (just one long string). It would be helpful if it was pretty-printed so that it was more readable. (Using
MarshalIndent might be the fix?)
I'm running this on MacOS, I've installed it through Composer:
chmodthem before I can read them.MarshalIndentmight be the fix?)