Skip to content

Commit

Permalink
chore: remove paradata logging
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentC35 committed Jul 10, 2024
1 parent 7404f7d commit 6c98e22
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 484 deletions.
11 changes: 0 additions & 11 deletions insee-overload/default/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,6 @@
<param-value>true</param-value>
</context-param>

<!-- logging -->
<filter>
<filter-name>AddSessionDataFilter</filter-name>
<filter-class>fr.insee.stromae.logging.AddSessionDataFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>AddSessionDataFilter</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>


<!--Security filter for eXist-->

<filter>
Expand Down
6 changes: 1 addition & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,10 @@
<modelVersion>4.0.0</modelVersion>
<groupId>fr.insee</groupId>
<artifactId>stromae</artifactId>
<version>1.3.3</version>
<version>1.3.4</version>
<packaging>pom</packaging>
<name>Stromae</name>

<modules>
<module>stromae-logging</module>
</modules>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<compiler.source>17</compiler.source>
Expand Down
7 changes: 0 additions & 7 deletions stromae-logging/.gitignore

This file was deleted.

69 changes: 0 additions & 69 deletions stromae-logging/README.md

This file was deleted.

84 changes: 0 additions & 84 deletions stromae-logging/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 6c98e22

Please sign in to comment.