-
How can I disable debugging in the console in this embedded example? When I run the example, the first line I get is something like this: How to disable this output? |
Beta Was this translation helpful? Give feedback.
Answered by
ziflex
Apr 18, 2019
Replies: 2 comments
-
Hey, you can pass your custom io.Writer like this: out, err := program.Run(ctx, runtime.WithLog(os.Stdout)) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ziflex
-
Thanks to this, I found a solution. |
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
Hey, you can pass your custom io.Writer like this: