Fix logger

This commit is contained in:
Djuri Baars 2022-01-18 23:31:23 +01:00
parent a8cf0c9f71
commit a2a539e00d

View File

@ -8,7 +8,6 @@ dotenv.config();
const server = build({
logger: {
level: 'warn',
prettyPrint: true,
},
});