20 lines
708 B
Properties
20 lines
708 B
Properties
### config ####
|
|
eu.csc=INFO
|
|
eu.csc.comm.TcpClient=DEBUG
|
|
eu.csc.ugp.UGPClient=DEBUG
|
|
|
|
#show UGP primitives (DEBUG=show content, INFO=show only primitive)
|
|
UGP=DEBUG
|
|
#show no UGP (WARN), UGP service name with length (INFO), UGP with ASN.1 byte code (DEBUG)
|
|
UGP_asn1=WARN
|
|
#set type of sockets (INFO=SSL, WARN=normal)
|
|
UGP.sockets=WARN
|
|
#show Messages of specific MessageType and higher (DEBUG=unknown, INFO=info, WARN=warning, ERROR=alarm)
|
|
UGP.message=DEBUG
|
|
#show Message cache (DEBUG) if Message.level fits
|
|
UGP.message.cache=INFO
|
|
#show Message trace (DEBUG) if Message.level fits
|
|
UGP.message.trace=INFO
|
|
#show no values (WARN), values (INFO), ASN.1 byte code (DEBUG) if Message (level) fits
|
|
UGP.message.values=WARN
|