How to log SQL activity
How to log SQL activity
On this page
Example log
2012-10-20 05:14:57,019 [http-8116-4] userId: admin, dataSource: testDS, contentId: 91816371, spaceKey: zsql, title: dateRows, sql: DELETE from test_date; INSERT INTO test_date VALUES (1, date '2009-09-30', timestamp '2009-09-30 01:00', timestamp '2009-09-30 01:00', time '05:45:01', time '14:20'); INSERT INTO test_date VALUES (2, date '2010-08-10', timestamp '2010-08-10 13:00', timestamp '2010-08-10 13:00', time '13:45:01', time '02:20'); INSERT INTO test_date VALUES (3, date '2008-12-31', timestamp '2010-08-10 01:01', timestamp '2010-08-10 01:01', time '13:05:00', time '14:35'); INSERT INTO test_date VALUES (4, date '2010-03-01', timestamp '2010-08-10 01:00', timestamp '2010-08-10 01:00', time '23:55:00', time '11:35'); INSERT INTO test_date VALUES (5, date '2010-03-05', timestamp '2009-08-10 01:00', timestamp '2009-08-10 01:00', time '11:55:00', time '02:55'); INSERT INTO test_date VALUES (6, date '2008-01-30', timestamp '2009-08-10 01:00', timestamp '2009-08-10 02:00', time '08:00:01', time '02:10'); INSERT INTO test_date VALUES (7, date '2009-03-01', timestamp '2009-08-10 01:00', timestamp '2009-08-10 01:00', time '07:45:01', time '23:59'); SELECT * from test_date; 2012-10-20 05:14:58,137 [http-8116-4] userId: admin, dataSource: testDS, contentId: 91816372, spaceKey: zsql, title: dateSort, sql: SELECT * from test_date
Timing logging
2012-10-21 19:29:48,113 [http-8116-4] statement time: 2293 ms, total time: 2300 ms, sql: select ...
Interpret logging
Statements are logged prior to the database being called and includes the space key and page title the macro was on. Time is logged after the database operation completes. The fields are defined as follows:
Statement time | Difference between making the request to the database and database completing the query and return a successful response |
---|---|
Total time | Difference between making the request to the database and retrieving all result sets, constructing tables, and any wiki rendering required |
, multiple selections available,
Related content
Execution logs
Execution logs
More like this
Execution logs
Execution logs
More like this
How to find all pages that use SQL for Confluence (Pro Edition) macros via database
How to find all pages that use SQL for Confluence (Pro Edition) macros via database
More like this
Troubleshooting the user permissions issue in the SQL Query Macro using the SQL for Confluence App
Troubleshooting the user permissions issue in the SQL Query Macro using the SQL for Confluence App
More like this
Customize Jira logging with Log4j2 for better visibility
Customize Jira logging with Log4j2 for better visibility
More like this
Release notes 10.1
Release notes 10.1
More like this