Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Additional details on logging can be found in Logging and Monitoring.

All methods or endpoints described in this API have a base URL (typically http://<host>:11015 or https://<host>:10443) that precedes the resource identifier, as described in the Microservices Conventions. These methods return a status code, as listed in the Microservices Status Codes.

...

Code Block
2013-10-23 18:03:09,793 - INFO [FlowletProcessDriver-source-0-executor:c.c.e.c.StreamSource@-1] – source: Emitting line: this is an &amp; character

Note: The context of the log line shows the name of the flowlet (source), its instance number (0) as well as the original line in the application code. The character & is escaped as &amp;; if you don’t desire this escaping, you can turn it off by adding the parameter &escape=false to the request URL.

The text can also be formatted as JSON. To do so, suffix your URL with the parameter &format=json.

...