Details
- 
    
Bug
 - 
    Resolution: Cannot Reproduce
 - 
    
Major
 - 
    None
 - 
    0.9.17
 - 
    None
 - 
    None
 - 
    
Linux, sun jdk 1.6.0_07
 
Description
Source:
        try 
 catch (PhaseException e) {
            this.logger.warn("Phase failed:", e);
            this.logger.debug("Another log message");
            ...
Log contents:
phase.StandardPhase - Phase failed:
phase.StandardPhase - Another log message
The strange thing is that this doesn't happen all the time or even most of the time. Almost always, the exception data does get logged.