Git Product home page Git Product logo

Comments (2)

djc avatar djc commented on May 13, 2024

According to the documentation for log, it would seem that the log crate by itself would have very limited effect on performance. Only once your application has an actual logging implementation set up you'd see some effect. Even with some log trait implementations, I think you can trivially enable or disable logging per trait.

Have you measured the impact for this?

from rustls.

raphaelcohn avatar raphaelcohn commented on May 13, 2024

TLS can be in use for every connection on a server dong 100k connections.
There should be nothing extraneous in the critical path. In general,
libraries should not log.

That aside, the log crate's design is inappropriate. It makes logging
expensive, as it's impossible to disable per target without cost. With your
use of it it is very hard to use it for diagnosis as there is no easy way
to correlate with TCP socket activity or higher level application
protocols. If what you need is debugging then you could use an alternative.

On 10 Sep 2016 8:43 p.m., "Dirkjan Ochtman" [email protected]
wrote:

According to the documentation for log, it would seem that the log crate by
itself would have very limited effect on performance. Only once your
application has an actual logging implementation set up you'd see some
effect. Even with some log trait implementations, I think you can trivially
enable or disable logging per trait.

Have you measured the impact for this?


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#22 (comment), or mute
the thread
https://github.com/notifications/unsubscribe-auth/ABPx2fmBx9-WyNXUnczTyT36GIBhmFVSks5qowh3gaJpZM4J1KgE
.

from rustls.

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.