The Fedora 4 logging output can be configured by setting System properties for either all logging output, or for individual packages.

PropertyDescription
log.fcrepoAll Fedora 4 logging
log.fcrepo.authAuthentication and authorization
log.fcrepo.connector.fileFilesystem federation
log.fcrepo.generator.dublincoreDC format
log.fcrepo.http.apiREST API interface
log.fcrepo.http.commonsREST API implementation
log.fcrepo.jmsJMS events
log.fcrepo.kernelCore API
log.fcrepo.storage.policyPolicy-driven storage
log.fcrepo.transformTransformation

 

These properties can be set to any of these values (in increasing verbosity): "ERROR", "WARN", "INFO" (the default), "DEBUG" or "TRACE".  For example, to increase the access control logging to debug, but decrease all other logging to warn, add these System properties to your Java command line:

-Dlog.fcrepo=WARN -Dlog.fcrepo.auth=DEBUG

 

There are also a few properties for test logging, which only impact the logging when building Fedora 4 from source:

PropertyDescription
log.fcrepo.integration.httpREST API integration tests
log.fcrepo.integration.jmsJMS events integration tests