Synchronizing the base data with the User Management database is documented on application server. Therefore, see the log file in:
C:\Tomcat\webapps\<WebOffice application>\WEB-INF\work\WebOffice_author.log
This log contains all log information about WebOffice author and project saving. By default log entries will be made on "ERROR" level. The level can be changed at the tag <logger> in the file WebOffice_author-Log.config in WebOffice author installation directory on administrative server:
C:\Program Files (x86)\VertiGIS\WebOffice author\WebOffice_author-Log.config
WebOffice_author-Log.config - Set log levels for WebOffice_author.log
The second log file that can be controlled with the WebOffice_author-Log.config file is the GeoProject.log which can be found again in
C:\Tomcat\webapps\<WebOffice application>\WEB-INF\work\GeoProject.log
This log contains all log information about saving base data into the UserManagement database. By default log entries will also be made on "ERROR" level. For the GeoProject.log file change the log level at the tag <root> in the file WebOffice_author-Log.config.
WebOffice_author-Log.config - Set log levels for GeoProject.log
Logging-Level |
Description |
ALL |
Most comprehensive level – every action gets logged |
DEBUG |
Very comprehensive level – contains development information |
INFO |
|
WARN |
Contains error and warning messages |
ERROR |
Contains normal (ERROR) and critical (FATAL) errors |
FATAL |
Only critical errors get logged |
OFF |
Logging is switched off --> no logging |
Log levels overview
Comments
0 comments
Article is closed for comments.