Skip to content

Commit

Permalink
Oppdatert konfig III #deploy-organisasjon-tilgang-service
Browse files Browse the repository at this point in the history
  • Loading branch information
krharum committed Sep 28, 2023
1 parent 3b3063e commit e81a62d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ALTINN_URL: https://altinn.no
ALTINN_URL: https://tt02.altinn.no

spring:
flyway:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,28 @@
</root>
</springProfile>

<springProfile name="dev">
<appender name="stdout_json" class="ch.qos.logback.core.ConsoleAppender">
<encoder class="net.logstash.logback.encoder.LogstashEncoder">
<throwableConverter class="net.logstash.logback.stacktrace.ShortenedThrowableConverter">
<rootCauseFirst>true</rootCauseFirst>
<maxDepthPerThrowable>256</maxDepthPerThrowable>
<maxLength>10280</maxLength>
<shortenedClassNameLength>20</shortenedClassNameLength>
<exclude>^sun\.reflect\..*\.invoke</exclude>
<exclude>^net\.sf\.cglib\.proxy\.MethodProxy\.invoke</exclude>
<exclude>java\.util\.concurrent\..*</exclude>
<exclude>org\.apache\.catalina\..*</exclude>
<exclude>org\.apache\.coyote\..*</exclude>
<exclude>org\.apache\.tomcat\..*</exclude>
</throwableConverter>
</encoder>
</appender>
<root level="INFO">
<appender-ref ref="stdout_json"/>
</root>
</springProfile>

<springProfile name="local">
<appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
Expand Down

0 comments on commit e81a62d

Please sign in to comment.