Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove cadc-tap log package from logLevelPackages & Add header to log4j.xml #112

Merged
merged 1 commit into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading