Skip to content

Commit

Permalink
- Rettet logging, med unlimited stack trace.
Browse files Browse the repository at this point in the history
#deploy-levende-arbeidsforhold-ansettelse
  • Loading branch information
rfc3092 committed Oct 24, 2024
1 parent 143f450 commit 42c25f9
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<springProfile name="prod">
<!-- <appender name="stdout_json" class="ch.qos.logback.core.ConsoleAppender">-->
<!-- <encoder class="no.nav.testnav.libs.reactivecore.logging.TestnavLogbackEncoder">-->
<appender name="stdout_json" class="ch.qos.logback.core.ConsoleAppender">
<encoder class="no.nav.testnav.libs.reactivecore.logging.TestnavLogbackEncoder">
<maxStackTraceLength>-1</maxStackTraceLength>
<!-- <throwableConverter class="net.logstash.logback.stacktrace.ShortenedThrowableConverter">-->
<!-- <rootCauseFirst>true</rootCauseFirst>-->
<!-- -->
Expand All @@ -15,8 +16,8 @@
<!-- <exclude>org\.apache\.coyote\..*</exclude>-->
<!-- <exclude>org\.apache\.tomcat\..*</exclude>-->
<!-- </throwableConverter>-->
<!-- </encoder>-->
<!-- </appender>-->
</encoder>
</appender>
<root level="INFO">
<appender-ref ref="stdout_json"/>
</root>
Expand Down

0 comments on commit 42c25f9

Please sign in to comment.