How to Enable Screen Print to Console in OpenLegacy v4.x

  1. Set Logging level to debug

    # Logging #
    logging:
      level:
        org:
          openlegacy: debug

    Note that this will print all debug messages to the console

  2. Set logging level to debug for the DefaultTerminalSession

    # Logging #
    logging:
      level:
        org.openlegacy.impl.terminal.support.DefaultTerminalSession: debug

    Note that this will print only DefaultTerminalSession-related debug messages to the console




Filter by label

There are no items with the selected labels at this time.