Easier file logging #513
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Good candidate for contributions
The file appender is commented out in the logback configuration. When it is uncommented it produces a log file inside the docker container at
/tmp/spring.log
. It would be nice to configure the filename of the log file toarbitrader.log
and provide a volume mapping for the file so that when you rundocker-compose up
it would putarbitrader.log
in the current working directory outside the container.Logging to a file should be off by default, but easy to enable if desired.
The text was updated successfully, but these errors were encountered: