Skip to content

Commit

Permalink
Remove cadc-tap log package from logLevelPackages & Add header to log…
Browse files Browse the repository at this point in the history
…4j.xml
  • Loading branch information
stvoutsin committed Jul 30, 2024
1 parent 853a71c commit a9e3e3d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
# Change log
# Change log

lsst-tap-service is versioned with [semver](https://semver.org/). Dependencies are updated to the latest available version during each release. Those changes are not noted here explicitly.

Find changes for the upcoming release in the project's [changelog.d](https://github.com/lsst-sqre/lsst-tap-service/tree/main/changelog.d/).

<!-- scriv-insert-here -->

<a id='changelog-2.4.6'></a>
## 2.4.6 (2024-07-30)

### Changed

- Added some cadc packages to log control & add missing header to log4j

<a id='changelog-2.4.5'></a>
## 2.4.5 (2024-07-24)

Expand Down
1 change: 1 addition & 0 deletions src/main/resources/log4j.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
<log4j:configuration debug="false">
<!--Console appender -->
<appender name="stdout" class="org.apache.log4j.ConsoleAppender">
Expand Down
6 changes: 5 additions & 1 deletion src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,13 @@
<param-value>
ca.nrc.cadc.tap
org.opencadc.tap
ca.nrc.cadc.log
ca.nrc.cadc.rest
ca.nrc.cadc.uws
ca.nrc.cadc.dali
ca.nrc.cadc.cat
ca.nrc.cadc.net
ca.nrc.cadc.auth
ca.nrc.cadc.vosi
</param-value>
</init-param>
<init-param>
Expand Down

0 comments on commit a9e3e3d

Please sign in to comment.