2 Replies Latest reply on Mar 12, 2018 12:25 PM by honza889

    Wildfly 11.0.0.Final Logging

    bartkrul

      Hi,

      I'm having a lot of trouble logging in wildfly.
      I changed nothing in my standalone.xml regarding to logging, but

       

      System.out.println("TEST");

       

      nor

       

      Logger console = Logger.getLogger("CONSOLE");
      console.info("----LOGGING TEST-----");

       

      log nothing to console not the server.log file.

      I'm completely lost at this point, can someone help me?