
cee-context-logger-impl.0.3.0.source-code.TraceeContextLoggerBasicProfile.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tracee-context-logger-impl Show documentation
Show all versions of tracee-context-logger-impl Show documentation
Please refer to https://github.com/holisticon/tracee.
The newest version!
# Common context data
common.timestamp=true
common.stage=true
common.systemName=true
common.threadName=true
common.threadId=true
# Tracee context data
tracee=true
# Exception context data
exception.message=true
exception.stacktrace=true
# Watchdog context data
watchdog.id=true
watchdog.aspectj.context=true
# ASPECTJ - ProceedingJoinPoint
aspectj.proceedingJoinPoint.class=true
aspectj.proceedingJoinPoint.method=true
aspectj.proceedingJoinPoint.parameters=true
aspectj.proceedingJoinPoint.deserialized-instance=false
# servlet request
servlet.servletRequest.url=true
servlet.servletRequest.httpMethod=true
servlet.servletRequest.parameters=true
servlet.servletRequest.httpHeaders=false
servlet.servletRequest.attributes=false
servlet.servletRequest.cookies=false
servlet.servletRequest.remoteAddress=false
servlet.servletRequest.remoteHost=false
servlet.servletRequest.remotePort=false
servlet.servletRequest.scheme=false
servlet.servletRequest.isSecure=false
servlet.servletRequest.contentType=false
servlet.servletRequest.contentLength=false
servlet.servletRequest.locale=false
# servlet response
servlet.servletResponse.httpStatusCode=true
servlet.servletResponse.httpHeader=false
# servlet session
servlet.session=false
# ejb
ejb.invocationContext.parameters=true
ejb.invocationContext.methodName=true
ejb.invocationContext.contextData=false
# jaxws
jaxws.soapRequest=true
jaxws.soapResponse=true
© 2015 - 2025 Weber Informatics LLC | Privacy Policy