Change verbosity for tessellation #241
-
Hello there!
So my question is quite simple: is there a way to change verbosity for tessellation module? Regards. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Are you redirecting Neper's terminal output to a file, using
If redirection is done "automatically", you can still use |
Beta Was this translation helpful? Give feedback.
Are you redirecting Neper's terminal output to a file, using
>
? You could usegrep -v Iteration
to strip out the iteration lines:If redirection is done "automatically", you can still use
neper -T ... | grep -v Iteration
...