Skip to content

PluginTrafficLogging

Armin Burgmeier edited this page Aug 9, 2014 · 1 revision

The traffic-logging plugin

This plugin writes a dump of all network traffic between the server and the client into a file. Note that the traffic written to the log files is unencrypted. It is meant to be used as a diagnostic tool for debugging, and it should never be used in a production environment as it is a severe privacy issue.

For each client connection, a new file is created which contains the conversation between the server and that client.

Plugin options

  • path: A path to the directory into which to write the traffic log files. The directory is created if it does not exist.

Example

[traffic-logging]
path=/home/ck/infinote-traffic

Creates a file in the directory /home/ck/infinote-traffic for each client connection, and dumps the (unencrypted) incoming and outgoing traffic with that client into that file.

Other Plugins

Back to the list of infinoted plugins.