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 support for getting all log files and/or deleting past log file #115

Open
nbrooke opened this issue Dec 23, 2023 · 0 comments
Open

Add support for getting all log files and/or deleting past log file #115

nbrooke opened this issue Dec 23, 2023 · 0 comments
Assignees

Comments

@nbrooke
Copy link
Member

nbrooke commented Dec 23, 2023

Currently we only provide APIs for getting the last two log files, which is usually enough for sending logs. For a client application we hit a case where we wanted to be able, for privacy/security reasons, to delete all old logs, but there wasn't any good way to do this through Steamclog other than just knowing where the log files were, whihc is potentially fragile because if the path / file naming convention ever changes that code would break.

We should do one or both of:

  • Provide an API to get ALL log file paths
  • Provide an API to delete all log files
@sakuraehikaru sakuraehikaru self-assigned this Jan 2, 2024
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

No branches or pull requests

2 participants