# # Preliminary! # # Configuration file for the ICL Logger # TODO update this comment regarding the Prefix! # Name of the log file with pattern without extension # %g index pattern for the files numbering starting with 0 # e.g.: ICL%g for ICL0.log, ICL1.log, ICL2.log ... # TODO Why not Default: LogICL%g # Default: ICL.%g logFileName=LogICL%g # Log Level of the Handlers # DEBUG, INFO, WARNING, FAILUR_AUDIT, SUCCESS_AUDIT, ERROR, ALARM # OFF to turn off the Handler. # Default: INFO # TODO Why do we need this? I suggest removing this feature! KISS (Keep it simple and straightforward) # logFileHandlerLevel=DEBUG # dimHandlerLevel=DEBUG # Log Level of the Logger # Default: INFO loggerLevel=WARNING # Remote Log Level # This level is used in forwarding the FEE-Server messages. # Default: INFO remoteLevel=WARNING