Skip to content

How to disable debug in the console? #669

Answered by ziflex
07skat asked this question in Q&A
Discussion options

You must be logged in to vote

Hey, you can pass your custom io.Writer like this:

out, err := program.Run(ctx, runtime.WithLog(os.Stdout))

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by ziflex
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
type/question Further information is requested area/runtime Runtime issue
2 participants
Converted from issue

This discussion was converted from issue #284 on September 20, 2021 00:33.