Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tigerstripe-dev] Project Errors

When a project contains errors (that are picked up by the auditor) the user is prompted that they exist and asked if they wish to continue.
 
However when running headless, the audit checks are not run (they are part of the UI) and so there is no record that anything might have been amiss. This can make debugging of builds a bit difficult.
A recent example is when a facet is in error (possibly due to a refactor), and no longer matches anything in the project. This can be seen if you apply the facet in the GUI, but there is no evidence in the logs anywhere.
 
 
How can we capture this kind of information for debugging purposes?
 
RC
 

Back to the top