Edgewall Software

Changes between Initial Version and Version 1 of Ticket #12282, comment 12


Ignore:
Timestamp:
Aug 24, 2016, 5:06:50 AM (8 years ago)
Author:
Jun Omae

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12282, comment 12

    initial v1  
    66> So I just wonder if that should be debug-level logging rather than error-level logging.
    77
    8 I consider it should be ERROR or WARNING. Otherwise, a user would be unable to notice issues if a Trac plugin has any issues.
     8~~I consider it should be ERROR or WARNING. Otherwise, a user would be unable to notice issues if a Trac plugin has any issues.~~
     9
     10I agree DEBUG level if the error is `ResolutionError` and its subclass (e.g. `DistributionNotFound`). For `ImportError`, it should be ERROR or WARNING because installed Trac plugin might have something wrong.