Trace: • Session Isolation • Setting Default Values • Using DBSecurityManager • REST API Filter • Addressing the Server via JNDI • Database Connection via JNDI • Getting Environment Information on Server Side
Differences
This shows you the differences between two versions of the page.
visionx:visionx_logging [2021/06/29 08:26] admin created |
visionx:visionx_logging [2021/06/30 08:21] (current) admin |
||
---|---|---|---|
Line 2: | Line 2: | ||
~~Title: VisionX Logging ~~ | ~~Title: VisionX Logging ~~ | ||
- | VisionX starts an embedded application server (Tomcat) and an embedded database (PostgreSQL). Especially log output from the application server is interesting. If you use logging in your application in the live preview, you won't see the message without enabling VisionX logging. | + | VisionX starts an embedded application server ([[http://tomcat.apache.org/|Tomcat]]) and an embedded database ([[https://www.postgresql.org/|PostgreSQL]]). Especially log output from the application server is interesting. If you use logging in your application in the live preview, you won't see the message without enabling VisionX logging. |
It's simple to enable logging. Open the file **logging.properties** from //lib// directory. Add following line at the end: | It's simple to enable logging. Open the file **logging.properties** from //lib// directory. Add following line at the end: |