Easier file logging #513
Labels
No labels
blocked
breaking
bug
dependencies
duplicate
enhancement
good first issue
help wanted
question
tech debt
testing
wontfix
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference
scion/arbitrader#513
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.logand provide a volume mapping for the file so that when you rundocker-compose upit would putarbitrader.login the current working directory outside the container.Logging to a file should be off by default, but easy to enable if desired.