Difference between revisions of "Storage Service"

From Archivematica
Jump to navigation Jump to search
(Add brief summary and log locations)
 
Line 4: Line 4:
  
 
The Storage service keeps a log at /tmp/storage-service.log and will errors may also be logged to the nginx and uwsgi logs as well at: /var/log/uwsgi/app/storage.log
 
The Storage service keeps a log at /tmp/storage-service.log and will errors may also be logged to the nginx and uwsgi logs as well at: /var/log/uwsgi/app/storage.log
 +
 +
== See also ==
 +
 +
* [[Administrator manual 1.1#Storage service]]

Revision as of 12:23, 13 June 2014

The Archivematica Storage Service is a standalone web application for the management of Archivematica storage "spaces", storage "locations" and stored AIPs. The Storage Service also allows linking spaces and locations to an Archivematica pipeline.

Troubleshooting

The Storage service keeps a log at /tmp/storage-service.log and will errors may also be logged to the nginx and uwsgi logs as well at: /var/log/uwsgi/app/storage.log

See also