Configuring the report log is easy with InetSoft's Style Intelligence, a powerful business intelligence platform that allows users to make custom log changes. View the example below to learn more about this powerful reporting software solution.
Enterprise Manager provides the ability to log messages generated during server execution. Logged messages are appended to a text file (sree.log, by default) and optionally sent to “stderr”.
Detail level | Description |
Finest | Very fine-grained performance information. |
Fine | Debugging messages. |
Info | Non-critical information messages. |
Warning | Non-fatal errors and critical messages. |
Severe | Fatal errors. |
#1 Ranking: Read how InetSoft was rated #1 for user adoption in G2's user survey-based index | Read More |
Click 'Send Log' to email the log contents to the address specified in the 'Send Log To' field of the 'Log Configuration' page.
From the Enterprise Manager, you can administer the log file by selecting 'Log' > 'Log Configuration' on the navigation tree under the Server tab. You can change the amount of detail that appears in the log file by editing the 'Log Detail Level' value on the 'Log Configuration' page. There are five detail levels defined.
It is recommended that you set the detail level to 'Warning' or higher.
As of version 10.2 logging in InetSoft is implemented using the standard Java Logging API of the java.util.logging package. Log messages and be customized and formatted, without implementing a custom logging mechanism. You can now selectively set different log levels for different packages and include useful context based information within logs.
Note: If there is no 'logging.properties' found by the report server, the basic logging properties will be used from the sree.properties file.
In order to customize your logs, you need to include a 'logging.properties' file within your sree home folder.Consider the sample 'logging.properties' file:
.level=INFO
handlers=java.util.logging.ConsoleHandler,inetsoft.util.log.FileHandler
inetsoft.util.log.FileHandler.fileName=${sree.home}/sree.log
inetsoft.util.log.FileHandler.limit=1048576
inetsoft.util.log.FileHandler.count=2
inetsoft.util.log.FileHandler.formatter=inetsoft.util.log.PatternFormatter
inetsoft.util.log.FileHandler.formatter.pattern=%l %dd-%db-%dY %dH:%dM:%dS %u %c %M %m
inetsoft.sree.web.level=FINE
inetsoft.uql.jdbc.level=FINE
![]() |
View live interactive examples in InetSoft's dashboard and visualization gallery. |
%lLog level
%dd,%db,%dYLog Date (Day, Month, Year)
%dH:%dM:%dSLog Time (Hour, Minute, Second)
%uUser Name
%cClass Name
%MClass Method
%mLog Message
Cloud-flexible Apache Business Intelligence Tool - Are you looking for a good business intelligence tool to run on Apache? InetSoft's pioneering dashboard reporting application produces great-looking web-based dashboards with an easy-to-use drag-and-drop designer. Maximize self-service for all types of users. View a demo and try interactive examples...
Good On Demand Business Intelligence Solution - Looking for an on demand business intelligence solution? InetSoft is a pioneer in self-service BI with a turnkey option in the cloud. InetSoft is highly rated by users for customer support. View a demo and try interactive examples...
Looking Great Dashboard Creation Tool - Looking for great dashboard creation tools? InetSoft's pioneering dashboard reporting application produces visually appealing web-based dashboards with an easy-to-use drag-and-drop designer. Maximize self-service for all types of users. View a demo and try interactive examples...
Try InetSoft's Report Building Tool - Are you looking for good report building tools? Since 1996 InetSoft has been making reporting software that is easy to deploy and easy to use. As a web-based application, InetSoft makes a good option for delivering self-service oriented reporting dashboards. View a 2-minute demo, read reviews, and try a free version on line now...
Wistia Video Reporting Tool - Looking for a good solution for Wistia reporting? InetSoft's pioneering BI application produces great-looking dashboards that mashup video view data with other marketing data in your organization. View a demo and try interactive examples...
Previous: Report Server Execution Time |