mirror of
https://github.com/pockethost/pockethost.git
synced 2025-11-27 15:53:49 +00:00
fix: ConsoleLogger in dashboard
This commit is contained in:
parent
7c59c2f6f3
commit
2052e6af06
@ -14,7 +14,7 @@ import { writable } from 'svelte/store'
|
|||||||
|
|
||||||
ioc(
|
ioc(
|
||||||
`logger`,
|
`logger`,
|
||||||
new ConsoleLogger({
|
ConsoleLogger({
|
||||||
level: PUBLIC_DEBUG ? LogLevelName.Debug : LogLevelName.Info,
|
level: PUBLIC_DEBUG ? LogLevelName.Debug : LogLevelName.Info,
|
||||||
}),
|
}),
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user