From 7189391f890d2e9dcac9c6e1776a025f9782b927 Mon Sep 17 00:00:00 2001 From: "Elizabeth K. Joseph" Date: Wed, 23 Jul 2014 12:03:10 -0700 Subject: [PATCH] Update IRC documentation to mention logging Logging of meetings and channel is handled by the Supybot, update documentation to explain both logging mechanisms and how to add channel logging to the configuration. Change-Id: I0e7f53f3699cc3352dbbe31379d4753d291a3c9d --- doc/source/irc.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/source/irc.rst b/doc/source/irc.rst index 18056d2fc9..6305974b6e 100644 --- a/doc/source/irc.rst +++ b/doc/source/irc.rst @@ -136,6 +136,18 @@ A somewhat contrived voting example: meetbot | Yes (1): bar meetbot | No (1): foo +Logging +^^^^^^^ + +Meetings are automatically logged and published at +http://eavesdrop.openstack.org/meetings/ + +The bot also has the ability to sit in a channel for the sole purpose of logging +channel activity, not just meetings. Standard channel logs are sent to +http://eavesdrop.openstack.org/irclogs/ + +The configuration for specific channel logging can be found in +:file:`modules/openstack_project/manifests/eavesdrop.pp`. .. _statusbot: