0 Replies Latest reply on Nov 26, 2003 3:02 PM by augustynr

    printStackTrace does not work from logger

    augustynr

      Hi,
      I am getting only the first line of the error from exception but I am expecting the printStackTrace.
      What gives how to get it?

      This is what I am doing in my code:

      }catch (Exception e){
      logger.error("error message",e)
      }
      Any help would be appreciated.
      robert