Skip to content

Commit

Permalink
Use https for logger template file
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Ansell <[email protected]>
  • Loading branch information
ansell committed Nov 2, 2017
1 parent dabf032 commit da88164
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/log4j.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<param name="username" value="" />
<param name="password" value="" />
<param name="timeout" value="5000" /> <!-- millisecond -->
<param name="urlTemplate" value="http://logger.ala.org.au/service/logger/" />
<param name="urlTemplate" value="https://logger.ala.org.au/service/logger/" />
<param name="Threshold" value="REMOTE#org.ala.client.appender.RestLevel" />
</appender>

Expand All @@ -22,4 +22,4 @@
<appender-ref ref="CONSOLE" />
<appender-ref ref="ALA_LOGGER" />
</root>
</log4j:configuration>
</log4j:configuration>

0 comments on commit da88164

Please sign in to comment.