[REQUEST] Allow disabling all logging
- Dominant language
- Java
- Stars
- 35k
- Forks
- 6.2k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 8
Description
Currently Glide does not have any option to turn off all logging, at least none I could find in GitHub and on the documentation website.
The problem with logging is it can leak sensitive information, either by a malformed URL or an other unaccounted scenario that ends up concatenating information in the request which outputs to the logs.
Contributor guide
Research direction
The issue mentions Glide's logging and documentation but names no source file, entry point, or test. Start by locating the library's logging configuration and documenting how logging is currently emitted; define and test a supported way to disable all logging, including verification that sensitive request information is not output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile-dev, security
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100