REST API Log Levels...

822
1
Jump to solution
06-21-2012 06:28 AM
GISAdmin1
New Contributor III
Anyone know the various log level parameters as set in the rest.config file?

    <LogLevel>ERROR</LogLevel>

My log file is growing quite large with constant errors like these:

Log Entry : 6/21/2012 7:13:01 AM
  ERROR:Error reading from virtual cache directory
  http://gisapprest01/COSREST/rest/services/Base_Map_Test/MapServer/tile/7/4478/5541
  :The remote server returned an error: (404) Not Found.
-------------------------------

Perhaps there is something I can do on the IIS side to eliminate these errors?

Thanks in advance,

M
0 Kudos
1 Solution

Accepted Solutions
nicogis
MVP Frequent Contributor
should be DEBUG, ERROR, FATAL, INFO, OFF and WARN

View solution in original post

0 Kudos
1 Reply
nicogis
MVP Frequent Contributor
should be DEBUG, ERROR, FATAL, INFO, OFF and WARN
0 Kudos