FloggerLogWithCause
            Setting the caught exception as the cause of the log message may provide more context for anyone debugging errors.
          
        
        
       
      
Suppression
Suppress false positives by adding the suppression annotation @SuppressWarnings("FloggerLogWithCause") to the enclosing element.