Skip to content
Snippets Groups Projects
Commit 6492dd52 authored by Otto Visser's avatar Otto Visser
Browse files

Merge branch 'fix-logback-application-properties' into 'development'

Fix logback import of application.properties to work both in dev and in jar

See merge request EIP/queue!70
parents 5ea5f0f9 4c7ae2c0
No related branches found
No related tags found
1 merge request!70Fix logback import of application.properties to work both in dev and in jar
<?xml version="1.0" encoding="UTF-8"?>
<configuration debug="false" scan="false">
<property file="src/main/resources/application.properties" />
<property resource="application.properties" />
<appender name="AIRBRAKE" class="net.anthavio.airbrake.AirbrakeLogbackAppender">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment