FileCacheDownloadPlugin

File cache pilot log downloader.

class DIRAC.WorkloadManagementSystem.Client.PilotLoggingPlugins.FileCacheDownloadPlugin.FileCacheDownloadPlugin

Bases: DownloadPlugin

Class to handle log file download from an SE

__init__()

Sets the client for downloading incomplete log files from the server cache.

getRemotePilotLogs(pilotStamp, vo=None)

Pilot log getter method, carrying the unique pilot identity and a VO name.

Parameters:
  • pilotStamp (str) – pilot stamp.

  • vo (str) – VO name of a user/pilot which generated the logs.

Returns:

S_OK or S_ERROR

Return type:

dict