Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 698 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 698 Bytes

ICGC DCC - Storage Server

Storage server for ICGC storage system.

Libraries

The storage server is comprised of the following components:

Build

To compile, test and package the module, execute the following from the root of the repository:

mvn -am -pl dcc-storage/dcc-storage-fs

Logging

To enable logging of request bodies and headers, append the following to the command line:

--logging.level.org.apache.http=DEBUG