From b171282d81c91fedc01547f3a2ffc72ebbddc98d Mon Sep 17 00:00:00 2001 From: Alexey Nizhegolenko Date: Mon, 18 Jul 2022 14:48:40 +0300 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c075282..e454ebc 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,9 @@ GeoStat it's a Python-based script for parsing Nginx and Apache log files and ge # New in version 2.2 - The application was rewritten by adding the availability of parsing more than one log file at one time, now you can parse multiple separated websites on the host. To do that please set up all virtual hosts or websites to save their log files in different places. - The settings.ini configuration for log files now look in this way, you need to put website.name:/var/log/website_access.log format, different logs - mus t be separated with space. The example you can find in settings.ini.back: + The settings.ini configuration for log files now look in this way, you need to put the config in that format **website.name:/var/log/website_access.log**. Different logs must be separated with a space. + + The example you can find in settings.ini.back: ``` [NGINX_LOGS] #Path for the log file (Nginx)