From 06f025e92ac01c92b60151fe0d123d478e928c2a Mon Sep 17 00:00:00 2001 From: Boris Grozev Date: Mon, 9 Mar 2015 18:29:47 +0100 Subject: [PATCH] Fix formatting. --- doc/influxdb.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/doc/influxdb.md b/doc/influxdb.md index a1ff7955f..97c1e41a6 100644 --- a/doc/influxdb.md +++ b/doc/influxdb.md @@ -7,16 +7,14 @@ The following needs to be done to enable this functionality. ## Install InfluxDB The details are outside the scope of the document, see http://influxdb.com/download/ . -## Enable logging on for Jitsi Videobridge +## Enable logging for Jitsi Videobridge Add the following properties to /usr/share/jitsi-videobridge/.sip-communicator/sip-communicator.properties. -``` -org.jitsi.videobridge.log.INFLUX\_DB\_ENABLED=true -org.jitsi.videobridge.log.INFLUX\_URL\_BASE=http://influxdb.example.com:8086 -org.jitsi.videobridge.log.INFLUX\_DATABASE=jitsi_database -org.jitsi.videobridge.log.INFLUX\_USER=user -org.jitsi.videobridge.log.INFLUX\_PASS=pass -``` +###org.jitsi.videobridge.log.INFLUX\_DB\_ENABLED=true +###org.jitsi.videobridge.log.INFLUX\_URL\_BASE=http://influxdb.example.com:8086 +###org.jitsi.videobridge.log.INFLUX\_DATABASE=jitsi_database +###org.jitsi.videobridge.log.INFLUX\_USER=user +###org.jitsi.videobridge.log.INFLUX\_PASS=pass ## Enable logging for Jicofo Add the same properties as above to /usr/share/jitsi-videobridge/.sip-communicator/sip-communicator.properties.