⇤ ← Revision 1 as of 2008-06-26 19:56:40
Size: 388
Comment:
|
Size: 379
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
. By default, only the error log will be printed out for user. | . By default, only the error log will be printed out. |
How to change log level to print out more message at run time?
- EMAN2's log has four levels: ERROR_LOG, WARNING_LOG, DEBUG_LOG, VARIABLE_LOG.
- By default, only the error log will be printed out.
- This log level can be changed at runtime at Python level.
- What use need to do to change log level is:
>>>Log.logger().set_level(Log.LogLevel.WARNING_LOG)