During the development process it can be advantageous if not the compact version of the UTJSC is loaded, but directly the source code files. This can be controlled via the parameter build=source in the query string.
Normally the log messages in the console are also suppressed. They can be reactivated with the query parameter loglevel.
Common URL during development and error analysis:
http://myserver/utjsc/?conf=app1&build=source&loglevel=debug
In addition, it is possible to write the generated log messages to a log file on the server via the logtype parameter
http://myserver/utjsc/?conf=app1&build=source&loglevel=debug&logtype=file
The generated log message can be found under ...\utjsc\log\Client.log.
For module development a separate logging for meta information is available which collects information in a productive system at runtime and can be used for operation.
Comments
0 comments
Please sign in to leave a comment.