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

Introduce common logging policy #922

Open
YuriyVelichkoPI opened this issue Sep 27, 2023 · 1 comment
Open

Introduce common logging policy #922

YuriyVelichkoPI opened this issue Sep 27, 2023 · 1 comment
Milestone

Comments

@YuriyVelichkoPI
Copy link
Contributor

Motivation

Prebid SDK's logs are reasonably rotten. It is hard to read and understand them. The verbose level is often mismatched. There is no consistency between iOS and Android logs.

Objectives

  • Design the common logging policy for Prebid SDK
  • Discuss and approve the policy with the community (TODO: create the subtask once the work is approved)
  • Implement the policy on both platforms (TODO: create the subtasks for the platforms due to the approved policy)
@bretg
Copy link
Contributor

bretg commented May 9, 2024

Would also prefer for the log levels to be consistent across the platforms

  • ios log levels can be .error, .debug, .verbose, .warn, .severe, and .info.
  • android supports only ERROR, DEBUG, WARN, and NONE

@jsligh jsligh added this to the 3.0.0 milestone May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Ready for Dev
Development

No branches or pull requests

4 participants