[Mapserver-users] Re: Logfile format

pkishor_98 pkishor at geoanalytics.com
Fri Jul 25 13:43:59 EDT 2003


--- In mapserver-users at yahoogroups.com, "Eduardo Patto Kanegae"
<eduardo at l...> wrote:
> Which is the format of Logfile that mapserver generates, 
> I mean, what is "fields" for each line.
> 


I grabbed a couple of lines from an old log file... here they are
(each line separate by an extra line, for display clarity here)...

==========
Tue Jul 17 14:21:22 2001,444,192.168.1.35,shsw,0,550861.661725
275884.815971 583172.276359 300337.222404,567016.969042
288111.019188,water mcds mcds counties counties ,normal execution

Tue Jul 17 14:24:25 2001,2764,192.168.1.35,shsw,10,530839.180000
317594.460000 603607.460000 259946.860000,-1.000000 -1.000000,water
water mcds mcds counties counties ,msQueryUsingItem(): Search returned
no results. No matching record(s) found.
==========

scanning the first line, it seems to be spitting out the following
(examples in parens) --

date/time stamp (Tue Jul 17 14:21:22 2001)
some code (444)
ip (192.168.1.35)
name of the map file (shsw)
some other code (0)
map extent (550861.661725 275884.815971 583172.276359 300337.222404)
mouse click (567016.969042 288111.019188) ??
layers (water mcds mcds counties counties)
msg (normal execution)

scanning the second line... everything is same or similar but with an
error msg --

date/time stamp (Tue Jul 17 14:24:25 2001)
some code (2764)
ip (192.168.1.35)
name of the map file (shsw)
some other code (10)
map extent (530839.180000 317594.460000 603607.460000 259946.860000)
mouse click (-1.000000 -1.000000) ??
layers (water water mcds mcds counties counties)
msg (msQueryUsingItem(): Search returned no results. No matching
record(s) found)

seems like the second line was telling that the query blew up because
of an invalid or out-of-bounds mouse click (-1, -1)


Hope this helps... someone who knows better can add/correct the above.
I had never really paid much attention to the log file... now I will.

Thanks.

Puneet.




More information about the mapserver-users mailing list