Skip to content

Commit

Permalink
edit logs info
Browse files Browse the repository at this point in the history
  • Loading branch information
sbelondr committed May 3, 2024
1 parent fab849f commit 46443e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion citelibre-rendezvous/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ WORKDIR /app
ADD pom.xml /app/pom.xml
ADD src /app/src

RUN mvn -e -U lutece:site-assembly -Pdev
RUN mvn -Dmaven.artifact.threads=30 -e -U lutece:site-assembly -Pdev
RUN cd target && mv $(ls *.war) ${site}.war

# built tomcat
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ logger.lutece.error.appenderRef.error.ref = Error
logger.lutece.error.appenderRef.console.ref = STDOUT

logger.lutece.name = lutece
logger.lutece.level = debug
logger.lutece.level = info
logger.lutece.appenderRef.console.ref = STDOUT

logger.lutece-event.name = lutece.event
Expand Down

0 comments on commit 46443e8

Please sign in to comment.