Skip to content

Selective logging for cloud functions with base64 output (referencing #3918) #8912

Open
@FValent3

Description

@FValent3

New Issue Checklist

  • I am not disclosing a vulnerability.
  • I am not just asking a question.
  • I have searched through existing issues.
  • I can reproduce the issue with the latest version of Parse Server.

Issue Description

Revisiting selective logging for cloud functions with base64 output (referencing #3918)

I'm bringing up the previously old closed issue #3918. Still seems relevant and still hasn't a fully solution.

Summary of Issue #3918:

  • Requested a way to disable logging for specific cloud functions to prevent large base64 strings from bloating log files.
  • Setting logLevel to warn solves the base64 logging issue but also suppresses valuable I/O information from other functions.

Current Situation:

  • Large base64 strings are logged for the specific cloud function, causing excessive log file sizes.
  • Setting logLevel to warn prevents base64 logging but also suppresses necessary logging from other functions.

Thank you for considering this request!

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:featureNew feature or improvement of existing feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions