Optional
logs?: LogTypes[]An array of strings that specifies which logs should be uploaded. app: Uploads app logs rvm: Uploads rvm logs debug: Uploads debug logs debug:self: Uploads the most current debug log the current application debug:self:archive: Uploads all debug logs for the current application debug:self:archive:last: Uploads the last two debug logs for the current application
For the debug log options, the one with the most specific matching pattern will be used.
Optional
manifests?: string[]An array of URL match patterns to define the manifests of the programs that the Log Uploader should upload logs for.
Optional
sizeMax file size limit in Megabytes for the logs archive.
Optional
ui?: LogUploaderUIOptions
The URL where log files are to be uploaded.