Configurable Log Detail

Log detail can be configured on a per-service basis using the LogsDetail parameter in the general properties section of serverconfig.ini:

[GeneralProperties]
LogsDetail = MappingService:3,FeatureService:3,RenderingService:3,
ResourceService:3

The allowable service entries are:

The detail level is defined as follows:

Turning on a level 2 or level 3 trace log for all services in a production environment can generate more than 100MB of log information per hour. Disk space should be continuously monitored when the Infrastructure Map Server is run under these conditions.

Nota:

Since the detail level is configurable for each service, the logs can be tailored to debug specific error conditions. For example, tracing the execution of the Resource service is not very useful when you are debugging a database connectivity problem.