1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 07:36:14 -05:00

Print DB Logs (#4754)

* Print DB Logs

* Fake Fail Test

* Remove Test Stuff

* Prefer Long-Hand Options

* Remove Test Failure

* Print deadlocks
This commit is contained in:
Justin Baur
2024-09-10 13:22:37 -04:00
committed by GitHub
parent 4f874ff375
commit 3f1127489d
2 changed files with 15 additions and 1 deletions

View File

@ -58,7 +58,9 @@ services:
container_name: bw-mysql
ports:
- "3306:3306"
command: --default-authentication-plugin=mysql_native_password
command:
- --default-authentication-plugin=mysql_native_password
- --innodb-print-all-deadlocks=ON
environment:
MYSQL_ROOT_PASSWORD: ${MYSQL_ROOT_PASSWORD}
MYSQL_DATABASE: vault_dev