3 process.log.new
therealkrispet edited this page 2019-11-18 11:13:55 +01:00
  • Description: When a supervised process writes to its stdout/stderr, it will raise this event.
  • Subscribers: ConsoleLogsHandler
{
    "key": "process.log.new"
}
Parameter Type Required Description
stdout string ✔️ Latest log entries from stdout.
stderr number ✔️ Latest log entries from stderr

Example:

{
    "key": "process.log.new",
    "stderr": " * Serving Flask app...",
    "stdout": " * Serving Flask app..."
}