Logs

Definition 

Timescope logs a detailed list of what gets deleted per operation.


The following operation gets logged:

  1. For every deletion, log the actual SQL (or the JOOQ equivalent) that ran

  2. The username of the user who ran the deletion operation

  3. Timestamp of deletion

  4. Result of deletion

    1. Total number of rows deleted

    2. Filtering criteria

    3. Deletion duration


Log File Location

To view the logs:

1.) SSH to the server where Timescope is deployed

2.) Type the following commands:


Sample Log file

Each delete operation is separated by dashed lines --------------------------------------------

The username is enclosed in square brackets [ username ]