Skip to main content
added 20 characters in body
Source Link
Artur Meinild
  • 32.2k
  • 27
  • 86
  • 124

Those messages are printed unconditionally to stdout. I do not see any way to silence them except redirecting stdout to /dev/null using > /dev/null.

Those messages are printed unconditionally to stdout. I do not see any way to silence them except redirecting stdout to /dev/null.

Those messages are printed unconditionally to stdout. I do not see any way to silence them except redirecting stdout to /dev/null using > /dev/null.

Source Link

Those messages are printed unconditionally to stdout. I do not see any way to silence them except redirecting stdout to /dev/null.