Server Log
Panopticon Real Time log files are located in the [tomcat_home]\logs folder.
The level of detail for these log files are configured at the ”level” sections of logging.properties file in [tomcat_home]\conf folder.
By default, it is set to Error, while the most verbose is Info.
- Edit the value of ”level” in the logging.properties file:
From:
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].level = ERROR
To:
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].level = INFO
NOTE: Modifying the level setting will consume more disk space, so make sure to only do this while troubleshooting.
- Restart Tomcat after making these changes.
NOTE: Refer to Configuring Server Logs for more information.
When sending your issue, include your workbook and associated data sources if the issue is specific to a particular workbook.
(c) 2013-2024 Altair Engineering Inc. All Rights Reserved.