Skip to content

Commit

Permalink
style: lint logback
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin-Guillemin committed Nov 14, 2024
1 parent c91ef39 commit f72e376
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion overlays/GLC/src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
<appender-ref ref="FILE"/>
</root>


<logger name="fr.recia.glc" level="WARN"/>

<contextListener class="ch.qos.logback.classic.jul.LevelChangePropagator">
Expand Down
1 change: 0 additions & 1 deletion overlays/collabsoft/src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
<appender-ref ref="FILE"/>
</root>


<logger name="fr.recia.collabsoft" level="WARN"/>

<contextListener class="ch.qos.logback.classic.jul.LevelChangePropagator">
Expand Down
1 change: 0 additions & 1 deletion overlays/esup-publisher/src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
<appender-ref ref="FILE"/>
</root>


<logger name="org.esupportail.publisher" level="WARN"/>

<contextListener class="ch.qos.logback.classic.jul.LevelChangePropagator">
Expand Down
1 change: 0 additions & 1 deletion overlays/paramuseretab/src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
<appender-ref ref="FILE"/>
</root>


<logger name="fr.recia.paramuseretab" level="WARN"/>

<contextListener class="ch.qos.logback.classic.jul.LevelChangePropagator">
Expand Down
1 change: 0 additions & 1 deletion overlays/si-ent-api/src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
</encoder>
</appender>


<logger name="fr.recia" level="WARN"/>
<logger name="org" level="WARN"/>

Expand Down
1 change: 0 additions & 1 deletion overlays/wisemapping/src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
<appender-ref ref="FILE"/>
</root>


<logger name="com.wisemapping" level="WARN"/>

<contextListener class="ch.qos.logback.classic.jul.LevelChangePropagator">
Expand Down

0 comments on commit f72e376

Please sign in to comment.