question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Logging functionality

See original GitHub issue

It would be great to have file logging functionality.

Winston seems popular.

Install it on as logging on the context.

Issue Analytics

  • State:open
  • Created 7 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
jamonholmgrencommented, Dec 13, 2017

Pushing this one out beyond 2.0.0.

1reaction
ekryskicommented, Nov 5, 2017

👍 👍 over here. Pretty big fan of Winston since it’s pretty easy to also pump those logs to other locations via their adapters (ie. mongod, elasticsearch, papertrail, etc.) but we’ve also used Bunyan a lot so Pino looks good, seems to combine the best of both.

Most of the log forwarding and aggregation we now do at the container level. A little bit harder for open source since you can’t enforce containers and they don’t really make sense here but it looks like just pumping the output through node my_badass_cli | pino -l gives decent human readable logs.

Read more comments on GitHub >

github_iconTop Results From Across the Web

logging — Logging facility for Python — Python 3.11.1 ...
The basic classes defined by the module, together with their functions, are listed below. Loggers expose the interface that application code directly uses....
Read more >
Logging Function - an overview | ScienceDirect Topics
classLogging.py: The new class logger abstracts the logging function in a Python class for handling Forensic Logging functions. This will allow for log...
Read more >
Logging Functionality - FreeRTOS
Logging functionality for the coreMQTT, coreHTTP, coreJSON, corePKCS11, AWS IoT Device Shadow libraries, and AWS IoT Device Defender.
Read more >
Java Logging Functionality | Why Logging? - InformIT
Java 1.4 includes an easy-to-use logging API that provides developers with greater control over how runtime messages are logged.
Read more >
Logging - OWASP Cheat Sheet Series
Application and related systems start-ups and shut-downs, and logging initialization (starting, stopping or pausing); Use of higher-risk functionality e.g. ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found