You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Next »

Introduction

This wiki page aims to show how to change log levels via administration console.

Change Log Level

  1. Click on Configuration tab.
  2. Click on Core Log/Console Log tab and change log levels as needed.
    • ALL: turn on all logging.
    • DEBUG: fine-grained informational events that are most useful to debug an application.
    • ERROR: error events that might still allow the application to continue running.
    • INFO: informational messages that highlight the progress of the application at coarse-grained level.
    • OFF: turn off logging.
    • TRACE: finer-grained informational events than the DEBUG.
    • WARN: potentially harmful situations.

Log level changes have immediate effect.

Core Log levels are persisted into the internal storage and are then available across restarts.

Console Log levels, instead, are to be set into console/src/main/resources/logback.xml, being console a database-independent application.

  • No labels