Current Release

This documentation covers the current version of Fedora. Looking for another version? See all documentation.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »


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

PropertyDescription
fcrepo.logAll Fedora 4 logging
fcrepo.log.authAuthentication and authorization
fcrepo.log.http.apiREST API interface
fcrepo.log.http.commonsREST API implementation
fcrepo.log.jmsJMS events
fcrepo.log.kernelCore API


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:

-Dfcrepo.log=WARN -Dfcrepo.log.auth=DEBUG


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

PropertyDescription
fcrepo.log.integration.httpREST API integration tests
fcrepo.log.integration.jmsJMS events integration tests
  • No labels