dice-group / dice-group/sask

Logging is configured to use root folders

Open
#73 7 comments 0 reactions 5 assignees Claimed by @sepidetari View on GitHub
good first issue problem in logging question
Dominant language
Java
Stars
2
Forks
10
PR merge metrics
No merged PRs in 30d

Description

Currently, the logging directory specified in logback-spring.xml are restricted directories which the application might not have access to in this case, it fails with a fileNotFound caused due to insufficient permissions. Ideally these log files should be in the scope of the sask application. Hence its desirable to be in a configurable directory, rather than hard coding them.

/logs/
/logs/archived/


C:/logs/
C:/logs/archived/

One of the suggested option is to have these logs in the parent sask folder like or have an enviroment variable providing even more flexibilty


${project.basedir}/logs/
${project.basedir}/logs/archived/

By doing so, we can get away from linux and windows profiles.

Let me know your thoughts on the same.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.