Add example on how to configure logger level without triggering type errors

This commit is contained in:
Kuba Orlik 2021-01-27 18:35:21 +01:00
parent ea5d86a3c2
commit 6e261b147d

View File

@ -15,6 +15,9 @@ export default class TheApp extends App {
from_address: "sealious-playground@example.com",
from_name: "Sealious playground app",
},
logger: {
level: <const>"info",
},
};
manifest = {
name: "Sealious Playground",