turn off logging

This commit is contained in:
Ben Wilson 2023-08-06 22:44:09 -04:00
parent 1172ab5971
commit c1b07ed034

View File

@ -38,7 +38,7 @@ const ORMModules = [
synchronize: true,
autoLoadEntities: true,
cache: true,
logging: true,
logging: false,
enableWAL: true,
busyTimeout: 30 * 1000,
}),