Skip to content

Commit

Permalink
5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mchyzer committed Mar 28, 2023
1 parent 5f44ec0 commit 301acc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ LABEL author="tier-packaging@internet2.edu <tier-packaging@internet2.edu>" \

ARG GROUPER_CONTAINER_VERSION

ENV GROUPER_VERSION=5.0.1 \
GROUPER_CONTAINER_VERSION=5.0.1 \
ENV GROUPER_VERSION=5.0.2 \
GROUPER_CONTAINER_VERSION=5.0.2 \
JAVA_HOME=/usr/lib/jvm/java-17-amazon-corretto \
PATH=$PATH:$JAVA_HOME/bin \
GROUPER_HOME=/opt/grouper/grouperWebapp/WEB-INF
Expand Down
7 changes: 0 additions & 7 deletions container_files/grouperWebapp/WEB-INF/classes/log4j2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@
</Policies>
<DefaultRolloverStrategy max="30" />
</RollingFile>
<RollingFile name="file_grouper_pspng" fileName="/opt/grouper/logs/pspng.log" filePattern="/opt/grouper/logs/pspng.log.%d{yyyy-MM-dd}" >
<PatternLayout pattern="${grouplogprefix}pspng.log;${env}${usertoken}${layout}"/>
<Policies>
<TimeBasedTriggeringPolicy interval="1"/>
</Policies>
<DefaultRolloverStrategy max="30" />
</RollingFile>
<RollingFile name="file_grouper_provisioning" fileName="/opt/grouper/logs/provisioning.log" filePattern="/opt/grouper/logs/provisioning.log.%d{yyyy-MM-dd}" >
<PatternLayout pattern="${grouplogprefix}provisioning.log;${env}${usertoken}${layout}"/>
<Policies>
Expand Down

0 comments on commit 301acc5

Please sign in to comment.