Project

General

Profile

Feature #19889

Updated by Tom Clegg about 1 year ago

See [[Efficient live access to container logs]] 

 Provide access to the logs for a locked/running container, including the portion that has not yet been flushed to keep. 

 Included: 
 * read-only webdav handler in crunch-run (may involve refactoring/exporting some parts of keep-web to avoid copying code) 
 * webdav handler in controller that proxies to either crunch-run gateway, gateway or keep-web (webdav.InternalURLs), or an "empty collection" stub, depending on whether container is active/finished finished 

 Not included: 
 * log_events API 
 * workbench2 

Back