mirror of
https://github.com/pockethost/pockethost.git
synced 2025-11-27 07:48:38 +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(
|
||||
`logger`,
|
||||
new ConsoleLogger({
|
||||
ConsoleLogger({
|
||||
level: PUBLIC_DEBUG ? LogLevelName.Debug : LogLevelName.Info,
|
||||
}),
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user