Skip to content

Script Logging #770

Open
Open
@dragonborn117

Description

@dragonborn117

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.

Activity

bugy

bugy commented on Sep 18, 2024

@bugy
Owner

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)

xueli12

xueli12 commented on Dec 18, 2024

@xueli12

I have also encountered this issue. I have several scripts that run continuously, generating about 10MB of log files per hour. I tried to delete these log files but they were being used by Python. Here's an idea: could I run an additional script to clear the contents of these log files and then save them?

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)

MNeill73

MNeill73 commented on Dec 18, 2024

@MNeill73
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @bugy@xueli12@MNeill73@dragonborn117

        Issue actions

          Script Logging · Issue #770 · bugy/script-server