1 Reply Latest reply on Nov 20, 2001 11:37 AM by danch1

    Debug.println and servlet

    erik777

      Where does output go with Debug.println()?

      Using JBoss-2.4.0-Tomcat-3.2.3.

      Erik

        • 1. Re: Debug.println and servlet
          danch1

          If the Debug.println you're using is anything like that of the Petstore sample application it goes to System.out if the debuggingOn static variable is on at compile time. Needless to say, this isn't the best logging scheme I've ever seen. Look into log4j for a real logging facility