Closed nuclearGoblin closed 3 years ago
Tweaked the verbosity settings a little bit. I'm not sure if I'm following standard pracitces for them correctly, but:
-s
did not work because of the added text for the seed.-q
since it was the same as -s
.-v 2
or greater.
Attempt to address #12 by shifting most of the logging from
cout
to a user-specified (optional) text file. I do not believe that there are any breaking changes in my implementation. I have tested locally that it still works both with and without a log file specified (and CI shows that it still works without the new flag). Requesting @villaa to review this as I believe he can answer whether this will result in any breaking changes, what kind of version change will be needed, and whether any further testing is necessary.