GetMetrics took 37 ms, out of which callback took 37 ms #5897
-
From time to time, we have a lot of output in the following form on stderr
Is this something to we need to investigate? If not, would you be open to change the output to stdout rather than stderr? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @SiebelsTim, logging goes on
Not really, it's just a warning that
All of our logs go to stderr. You can use |
Beta Was this translation helpful? Give feedback.
Hi @SiebelsTim, logging goes on
stderr
and it's the usual convention.Not really, it's just a warning that
info
command is taking longer than expected (could be because of high load, etc). As long as your datastore is responsive there is no action here.All of our logs go to stderr. You can use
--alsologtostdout
which will also redirect to stdout but it will do it forall logging