Package org.apache.cxf.ext.logging
Annotation Type Logging
Enables message Logging
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionintSize limit when messages are written to disk.intThe size limit at which messages are truncated in the logbooleanLog binary payloads by defaultbooleanLog multipart payloads by defaultbooleanFor XML content, turn on pretty printing in the logs
-
Element Details
-
limit
int limitThe size limit at which messages are truncated in the log- Default:
- 49152
-
inMemThresHold
int inMemThresHoldSize limit when messages are written to disk. -1 means do not write to disk.- Default:
- -1
-
pretty
boolean prettyFor XML content, turn on pretty printing in the logs- Default:
- false
-
logBinary
boolean logBinaryLog binary payloads by default- Default:
- false
-
logMultipart
boolean logMultipartLog multipart payloads by default- Default:
- true
-