Clinica Logs Enhacement #457
omar-rifai
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A discussion to possibly enhance the current situation with Clinica logs. Please share your ideas below @ghisvail, @alexandreroutier @mdiazmel
For reference, messages in the log file are ranked by severity in the following order:
How many log files?
Historically, third party logs (in particular Nipype logs) were separated from Clinica's main logs. This has recently changed and currently those two logs are found in the
clinica.log
file)Pros:
Cons:
level=info
seems only useful for debugging purposes)Ideas:
What to display on the console?
In previous version of Clinica (pre-0.4.1) all cprint messages (level=
info
used to be displayed on the console. Currently only cprint messages withlevel=warning
and up are displayed. User can change this behavior with the flag (-v
for setting the cursor toinfo
) and (-vv for setting the cursor todebug
)Pros:
Cons:
Ideas:
warning
and use a progress barBeta Was this translation helpful? Give feedback.
All reactions