Learn how to configure SLF4J logging within Pull Reports™ Ad Hoc reporting and data service software.
Pull Reports™ uses the SLF4J API for logging. To configure logging, see the installation guide which corresponds to your Pull Reports™ deployment environment.
The following named SLF4J Loggers control log output associated with specific Pull Reports™ functions.
Logger Name | Description |
---|---|
com.pullreports.ADMIN | Logs administration information typically at the info level. For
instance, logs license information such as the term of the license and maximum number of report
instances upon Pull Reports™ start up. |
com.pullreports.SQL | Logs SQL queries sent to the database from the Pull Reports REST API. Set to See below for how to configure the logger
for a specific |
com.pullreports.HTTP | Logs problems with HTTP parameters sent to the PullReportsServlet. See below for how to configure the logger
for a specific |
<catalog>
or <report>
To isolate com.pullreports.SQL
or com.pullreports.HTTP
logger configurations to a specific catalog, (.)
append the <catalog>
and, optionally, <report>
id
to the logger.
<catalog>
my-catalog
com.pullreports.SQL.my-catalog
<catalog>
my-catalog
and <report>
my-report
com.pullreports.SQL.my-catalog.my-report