Easier file logging #513

Open
opened 2022-07-19 11:10:02 -07:00 by scionaltera · 0 comments
scionaltera commented 2022-07-19 11:10:02 -07:00 (Migrated from github.com)

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 to arbitrader.log and provide a volume mapping for the file so that when you run docker-compose up it would put arbitrader.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 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 to `arbitrader.log` and provide a volume mapping for the file so that when you run `docker-compose up` it would put `arbitrader.log` in the current working directory outside the container. Logging to a file should be off by default, but easy to enable if desired.
Commenting is not possible because the repository is archived.
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
scion/arbitrader#513
No description provided.