Code Monkey home page Code Monkey logo

Comments (2)

samvermette avatar samvermette commented on September 1, 2024

I'm not familiar with CocoaLumberjack or custom logging. What exactly would you like to be logged?

The compiler flag is the best way I could think of to disable logging... I'm not sure this is something you should be disabling using actual code. Why is it cumbersome to set a compiler flag when you're installing via CocoaPods? (I don't use CocoaPods)

from svhttprequest.

svintus avatar svintus commented on September 1, 2024

It could be just me, but I've had issues in the past where adding a setting to a CocoaPods project was overwritten by pod install.

CocoaLumberjack allows one to have an elaborate logging setup with multiple loggers that log to different places (e.g. everything is logged to the console, errors/warnings are colourized and also logged via TestFlight logger as well, etc.).

The reason why I want to have custom logging for SVHTTPRequest in particular is because it can potentially leak personal information (emails) passed as GET parameters. I don't want to disable request logging completely because it's very helpful for troubleshooting backend issues, but I'd like to have a custom logger that scrubs anything that looks like an email from the log.

from svhttprequest.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.