-
Notifications
You must be signed in to change notification settings - Fork 41
Add --verbose flag for CLI to control output messages #338
Comments
@pramodk As far as I understand, we should have a |
That option is already available as neuron.coreneuron.verbose as an integer with 0 meaning off. Just need to either activate it so that it appears on the command line as --quiet or change its name to quiet. |
@alexsavulescu : your suggestion completely make sense given that the current default behaviour is to show messages (and we found those useful). Me & Michael were thinking of having something like verbosity level option so that user can select the level of log messages. For example Sorry, I should have thought / mentioned about this earlier ! |
Ok that changes 'a bit' the perspective :) |
…euron#341) * Add verbose option * Disable brew update to speedup builds * Use Xcode 11.3 for travis OSX CI CoreNEURON Repo SHA: BlueBrain/CoreNeuron@7ff03a4
Currently when we run CoreNEURON, we get output like:
When we run CoreNEURON via NEURON, such long output is not desirable. We should add --verbose option in CLI that will allow to enable/disable all above output messages printed in CoreNEURON.
The text was updated successfully, but these errors were encountered: