From 309966a0ad2c92dadfc9ddb24432cd249a3c42fd Mon Sep 17 00:00:00 2001 From: Thor77 Date: Mon, 13 Jul 2015 21:23:55 +0200 Subject: [PATCH] update README --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d1c719e..0a942f7 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,11 @@ Run `tsstats.py` and point your web-server to the generated .html-file, now you `config.ini` #### Keys `[General]` -- logfile `Path to TS3Server-logfile` +- logpath `Path to TS3Server-logfile` (supports [globbing](https://docs.python.org/3/library/glob.html)) - outputfile `Path to the location, where the generator will put the generated .html-file` +- debug `Enable debug-mode` +- debugfile `Enable debug-log to file` + `[HTML]` - title `HTML-Title` @@ -24,7 +27,7 @@ Run `tsstats.py` and point your web-server to the generated .html-file, now you ## Example ``` [General] -logfile = /usr/local/bin/teamspeak-server/logs/ts3server_2015-03-02__14_01_43.110983_1.log +logfile = /usr/local/bin/teamspeak-server/logs/ts3server*_1.log outputfile = /var/www/html/stats.html ```