GetLogParserScriptId returns the script ID for parsing Pi logs.
()
| 265 | |
| 266 | // GetLogParserScriptId returns the script ID for parsing Pi logs. |
| 267 | func (e *PiEngine) GetLogParserScriptId() string { |
| 268 | return "parse_pi_log" |
| 269 | } |
| 270 | |
| 271 | // GetLogFileForParsing returns the Pi streaming log file path used by the JS log parser. |
| 272 | func (e *PiEngine) GetLogFileForParsing() string { |
no outgoing calls