Reduce extraneous Sigmah logging
This commit is contained in:
parent
01d93bf748
commit
f9ab1ab379
@ -20,6 +20,8 @@ RUN \
|
|||||||
# Cleanup
|
# Cleanup
|
||||||
&& rm /tmp/sigmah.war
|
&& rm /tmp/sigmah.war
|
||||||
|
|
||||||
|
COPY docker/ /
|
||||||
|
|
||||||
VOLUME ["/srv/sigmah/data"]
|
VOLUME ["/srv/sigmah/data"]
|
||||||
EXPOSE 8015
|
EXPOSE 8015
|
||||||
|
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
|
|
||||||
|
<configuration scan="true" scanPeriod="60 seconds">
|
||||||
|
<logger name="org.sigmah" level="INFO" />
|
||||||
|
</configuration>
|
Loading…
Reference in New Issue
Block a user