Customice logging

Introduction

Sync server logging can be customized by adding logging.properties file in the conf directory.

Example

Following is a sample configuration file:

handlers=java.util.logging.ConsoleHandler
.level=INFO
config=

java.util.logging.ConsoleHandler.level=INFO
java.util.logging.ConsoleHandler.formatter=com.soffid.iam.sync.engine.log.SoffidFormatter

org.hibernate.level=WARNING
org.springframework.level=WARNING
RemoteServiceLocator.level=SEVERE
org.mortbay.log.level=SEVERE
org.springframework.context.support.ClassPathXmlApplicationContext.level=WARNING

Revision #6
Created 16 May 2022 09:50:34 by pgarcia@soffid.com
Updated 2 April 2025 14:48:20 by pgarcia@soffid.com