I am using sarg tool to analyse my log files , in my log directory there are several files accesslog.1.gz
accesslog.2.gz
accesslog.3.gz and so on
in my sarg config file i have mention like this
access_log /home/francis/*.gz

to analyse all the files
but when i run the command i get SARG: File not found: /home/francis/*.gz

can someone help me on this