Traits/UI 通知异常处理程序将其日志文件放在哪里?
Where does the Traits/UI notification exception handler put its log file?
我从 Windows7Pro 下的 Traits/UI 应用程序 运行 得到这个:
> Exception occurred in traits notification handler. Please check the
> log file for details.
我在哪里可以找到它提到的日志文件?
1) 如果你的应用配置了日志文件,traits logging默认会有,否则我觉得不会有日志文件。配置简单;见 https://docs.python.org/2/howto/logging.html#logging-to-a-file
2) 但是该文件中的信息实际上可能对调试不是很有用,除非您采取额外的步骤。参见 http://traits.readthedocs.io/en/latest/traits_user_manual/debugging.html#re-raising-exceptions-in-change-handlers
我从 Windows7Pro 下的 Traits/UI 应用程序 运行 得到这个:
> Exception occurred in traits notification handler. Please check the
> log file for details.
我在哪里可以找到它提到的日志文件?
1) 如果你的应用配置了日志文件,traits logging默认会有,否则我觉得不会有日志文件。配置简单;见 https://docs.python.org/2/howto/logging.html#logging-to-a-file
2) 但是该文件中的信息实际上可能对调试不是很有用,除非您采取额外的步骤。参见 http://traits.readthedocs.io/en/latest/traits_user_manual/debugging.html#re-raising-exceptions-in-change-handlers