Skip to content
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
2 changes: 1 addition & 1 deletion tds-platform/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
api enforcedPlatform("edu.ucar:netcdf-java-bom:${depVersion.netcdfJava}")
api enforcedPlatform('org.springframework:spring-framework-bom:6.2.8')
api enforcedPlatform('org.springframework.security:spring-security-bom:6.5.1')
api enforcedPlatform("org.apache.logging.log4j:log4j-bom:2.24.3")
api enforcedPlatform("org.apache.logging.log4j:log4j-bom:2.25.1")
// remove log4j-jakarta-web and use log4j-jakarta-bom when that is released
api platform("org.apache.logging.log4j:log4j-jakarta-web:2.24.3") {
// Use version from edal-java for h2database
Expand Down
10 changes: 1 addition & 9 deletions tds/src/main/webapp/WEB-INF/classes/log4j2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,7 @@
<DefaultRolloverStrategy max="10"/>
</RollingFile>

<!-- RollingFile name="fc" fileName="${tds.log.dir}/fc.$${map:collectionName}.log" filePattern="${tds.log.dir}/fc.$${map:collectionName}.%i.log">
<PatternLayout pattern="%d{yyyy-MM-dd'T'HH:mm:ss.SSS Z} %-5p - %m%n"/>
<Policies>
<SizeBasedTriggeringPolicy size="1 MB"/>
</Policies>
<DefaultRolloverStrategy max="10"/>
</RollingFile -->

<RollingFile name="threddsServlet" fileName="${tds.log.dir}/threddsServlet.log" filePattern="${tds.log.dir}/threddsServlet.%d{yyyy-MM-dd-HH}.log" immediateFlush="false">
<RollingFile name="threddsServlet" fileName="${tds.log.dir}/threddsServlet.log" filePattern="${tds.log.dir}/threddsServlet.%d{yyyy-MM-dd-HH}.log">
<PatternLayout pattern="%d{yyyy-MM-dd'T'HH:mm:ss.SSS Z} [%10r][%8X{ID}] %-5p - %c - %m%n"/>
<Policies>
<TimeBasedTriggeringPolicy/>
Expand Down