DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
- Click on Configuration tab.
- 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 levels can be changed and take effect at runtime. 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 applicationBe aware that Core Log changes persist in Syncope database and persist over Syncope restart while Console Log, that is't a separate component and don't depends on database, use the /WEB-INF/classes/logback.xml of Syncope Console webapp to init log levels.