GetLogFileForParsing returns the Pi streaming log file path used by the JS log parser.
()
| 270 | |
| 271 | // GetLogFileForParsing returns the Pi streaming log file path used by the JS log parser. |
| 272 | func (e *PiEngine) GetLogFileForParsing() string { |
| 273 | return PiStreamingLogFile |
| 274 | } |
| 275 | |
| 276 | // GetAgentManifestFiles returns Pi-specific instruction files treated as |
| 277 | // security-sensitive manifests. |
no outgoing calls