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

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

Open
4 tasks done
FValent3 opened this issue Feb 1, 2024 · 1 comment
Open
4 tasks done
Labels
type:feature New feature or improvement of existing feature

Comments

@FValent3
Copy link

FValent3 commented Feb 1, 2024

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!

Copy link

Thanks for opening this issue!

  • 🚀 You can help us to fix this issue faster by opening a pull request with a failing test. See our Contribution Guide for how to make a pull request, or read our New Contributor's Guide if this is your first time contributing.

@mtrezza mtrezza added the type:feature New feature or improvement of existing feature label Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature New feature or improvement of existing feature
Projects
None yet
Development

No branches or pull requests

2 participants