We are currently using the following configurationĀ
Jira Legacy | ||||||||
---|---|---|---|---|---|---|---|---|
|
Issues/Decisions
# | Issue/Decision | Notes | Decision |
---|---|---|---|
1 | Do we need to add any extra config to our logging? |
Current Log Config
Dependencies used
Code Block |
---|
<dependency> <!-- For logging --> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> |
...