Martijn Pieterse wrote:

> 
> I have got the following problem:
> 
>  First our logfiles came from a NT Webserver and had the .log extention. Now
> I have to get the logfiles from a Apache server with a .gz extention.
> What do I have to change about my configuration file? I know I have to
> change the FILEFORMAT string. Do I also have to use UNCOMPRESS?
> 
LOGFORMAT, not FILEFORMAT. And you may not have to change anything. Try 
using it without first -- analog detects most popular logformats.

For UNCOMPRESS you can probably use the standard command listed in 
docs/logfile.html#UNCOMPRESS if you are running Analog on a UNIX box:

        UNCOMPRESS *.gz,*.Z  /usr/bin/gzcat
or perhaps something like

        UNCOMPRESS *.gz,*.Z  "/usr/bin/gunzip -cd"
If you are on Windows you will need to get a copy of  gzip for Windows. 
You can find this at http://www.gzip.org/. Then setup a command like the 
one in the docs:

        UNCOMPRESS *.gz ("c:\Program Files\gzip\gzip" -cd)


-- 

Jeremy Wadsack
Wadsack-Allen Digital Group

------------------------------------------------------------------------
This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/[email protected]/
------------------------------------------------------------------------

Reply via email to