Skip to content

Commit

Permalink
Tweak log level and docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
matsbov committed Oct 31, 2023
1 parent f6cbfdd commit 476a504
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
mysqldb:
image: mysql:8.0
volumes:
- db_data_cas:/var/lib/mysql
- db_data_mysql_cas:/var/lib/mysql
environment:
MYSQL_ALLOW_EMPTY_PASSWORD: 1
MYSQL_DATABASE: emmet
Expand Down Expand Up @@ -40,7 +40,7 @@ services:
- ./sbdi/data/config/log4j2.xml:/data/cas/config/log4j2.xml

volumes:
db_data_cas:
db_data_mysql_cas:
db_data_mongo_cas:
#db_data_cas_empty:
#db_data_mongo_cas_empty:
2 changes: 1 addition & 1 deletion sbdi/data/config/log4j2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
<!--<AppenderRef ref="casFile"/>-->
<AppenderRef ref="casConsole"/>
</AsyncLogger>
<AsyncRoot level="error">
<AsyncRoot level="warn">
<AppenderRef ref="casConsole"/>
</AsyncRoot>
</Loggers>
Expand Down

0 comments on commit 476a504

Please sign in to comment.