-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup dependencies & upgrade log4j
- Loading branch information
Showing
3 changed files
with
51 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<!-- | ||
A new scriv changelog fragment. | ||
Uncomment the section that is right (remove the HTML comment wrapper). | ||
--> | ||
|
||
<!-- | ||
### Backwards-incompatible changes | ||
- A bullet item for the Backwards-incompatible changes category. | ||
--> | ||
<!-- | ||
### New features | ||
- A bullet item for the New features category. | ||
--> | ||
<!-- | ||
### Bug fixes | ||
- A bullet item for the Bug fixes category. | ||
--> | ||
<!-- | ||
### Other changes | ||
- A bullet item for the Other changes category. | ||
--> | ||
|
||
## Other changes | ||
|
||
- Remove unneeded cadc dependencies (issue with dali/stilts conflict) | ||
- Upgrade log4j (Log4j vulnerability) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
log4j.rootCategory=info, stdout | ||
log4j.rootCategory=debug, stdout | ||
log4j.appender.stdout=org.apache.log4j.ConsoleAppender | ||
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout | ||
log4j.appender.stdout.layout.ConversionPattern=%-4r [%t] %-5p %c{1} %x - %m\n |