Replies: 1 comment
-
Yep, it's a debug log line, so you just need to make sure you're running with minimum level of With the main binary, this is accomplished with If using the handler version from Go code, make sure the injected logger is at least info. server, err := riverui.NewServer(&riverui.ServerOpts{
Client: client,
DevMode: true, // Use the live filesystem—don't use this outside tests
DB: dbPool,
Logger: logger,
Prefix: "/riverui", // Mount the UI under /riverui path
}) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to disable this log?
Beta Was this translation helpful? Give feedback.
All reactions