Add example on how to configure logger level without triggering type errors
This commit is contained in:
parent
ea5d86a3c2
commit
6e261b147d
@ -15,6 +15,9 @@ export default class TheApp extends App {
|
|||||||
from_address: "sealious-playground@example.com",
|
from_address: "sealious-playground@example.com",
|
||||||
from_name: "Sealious playground app",
|
from_name: "Sealious playground app",
|
||||||
},
|
},
|
||||||
|
logger: {
|
||||||
|
level: <const>"info",
|
||||||
|
},
|
||||||
};
|
};
|
||||||
manifest = {
|
manifest = {
|
||||||
name: "Sealious Playground",
|
name: "Sealious Playground",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user