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

Script Logging #770

Open
dragonborn117 opened this issue Sep 18, 2024 · 1 comment
Open

Script Logging #770

dragonborn117 opened this issue Sep 18, 2024 · 1 comment
Labels

Comments

@dragonborn117
Copy link

Hi, I have a couple scripts that I dont want the output saved anywhere. I'm ok with being aware a script was run in logging, but I dont want the output saved anywhere locally. That includes if a file needs to be downloaded. Obviously i'm ok the user downloads the file but I dont want a local copy saved of the file.

Thanks.

@bugy bugy added the feature label Sep 18, 2024
@bugy
Copy link
Owner

bugy commented Sep 18, 2024

Hi @dragonborn117 unfortunately this is not possible. You can add a callback to script server, which would remove the files after a script is finished, see for the usage.
#200 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants