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

Fix default for custom tracing #862

Merged
merged 1 commit into from
Sep 4, 2024
Merged

Fix default for custom tracing #862

merged 1 commit into from
Sep 4, 2024

Conversation

macpie
Copy link
Member

@macpie macpie commented Sep 3, 2024

By default, file named tracing.cfg should be created where executable is started. This can be changed via config:

[custom_tracing]
tracing_cfg_file = "/tmp/tracing.cfg"

Notes:

  • File can be created after.
  • Deletion of the file will remove custom filter (tested using rm file but for some reason when doing in editor it does something weird)
  • Empty the file will remove the custom filter.

@macpie macpie merged commit 901d6fd into main Sep 4, 2024
17 checks passed
@macpie macpie deleted the macpie/tracing_default branch September 4, 2024 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants