Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
application_logging_configuration [2020/04/26 03:33] 127.0.0.1 external edit |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | **TestOptima** uses java logger to write to two log files: mScript Log and Server Log. | ||
- | mScript Log contains the log messages written out by mScript <log> tag. A new mScript log file is created for each model execution. The files are located in / | ||
- | |||
- | Server log file (webmbtServer.log) contains the system log messages and errors. It is located in / | ||
- | |||
- | You can access both log files from the < | ||
- | |||
- | You can config the log level (amount of details) by setting the server startup argument: -logLevel xxx -mscriptLogLevel yyy | ||
- | |||
- | where xxx and yyy are the log levels per [[http:// | ||
- | |||
- | * SEVERE (highest value) | ||
- | * WARNING | ||
- | * INFO | ||
- | * CONFIG | ||
- | * FINE | ||
- | * FINER | ||
- | * FINEST (lowest value) |