Skip to content

Change verbosity for tessellation #241

Answered by rquey
DorianDepriester asked this question in Q&A
Discussion options

You must be logged in to vote

Are you redirecting Neper's terminal output to a file, using >? You could use grep -v Iteration to strip out the iteration lines:

$ neper -T ... | grep -v Iteration > neper.log

If redirection is done "automatically", you can still use neper -T ... | grep -v Iteration...

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@DorianDepriester
Comment options

@yguilhem
Comment options

@rquey
Comment options

rquey Jun 9, 2021
Maintainer

@yguilhem
Comment options

@rquey
Comment options

Answer selected by DorianDepriester
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants