Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to append timestamp to generated trace filename #914

Merged
merged 2 commits into from
May 2, 2024

Commits on May 2, 2024

  1. Fix typo in boolean option check

    Signed-off-by: Louis-Francis Ratté-Boulianne <lfrb@collabora.com>
    lfrb committed May 2, 2024
    Configuration menu
    Copy the full SHA
    b9ed71a View commit details
    Browse the repository at this point in the history
  2. Add option to append timestamp to trace filename

    This is useful when traces are generated in an automated fashion
    or handled by some manager auto-restarting the process. This gives
    more information about the different trace files generated.
    
    `TRACE_TIMESTAMP` environment variable can be used when using the
    wrappers directly without using the CLI to start tracing.
    
    Signed-off-by: Louis-Francis Ratté-Boulianne <lfrb@collabora.com>
    lfrb committed May 2, 2024
    Configuration menu
    Copy the full SHA
    ed6301c View commit details
    Browse the repository at this point in the history