Hacker News
- Go-logging is a Golang library that implements the Python-like logging facility https://github.com/hhkbp2/go-logging 2 comments
- Amon - Python-powered server monitoring, logging, error reporting with JSON API http://thechangelog.com/post/17116309951/amon-python-powered-server-monitoring-logging-and-error 9 comments
- Show HN: Python decorator to log local variables with each line of code run https://pypi.org/project/tracelogger/ 13 comments
- Taking some pain out of Python logging http://hynek.me/articles/taking-some-pain-out-of-python-logging/ 4 comments
- Python 101: An Intro to logging http://www.blog.pythonlibrary.org/2012/08/02/python-101-an-intro-to-logging/ 16 comments
- Haskell improves log processing 4x over Python http://devblog.bu.mp/haskell-at-bump 41 comments
- A 5 Minute Quickstart Guide to Python’s logging Module http://inventwithpython.com/blog/2012/04/06/stop-using-print-for-debugging-a-5-minute-quickstart-guide-to-pythons-logging-module/ 25 comments
Lobsters
- python logging messages and exit codes https://abbbi.github.io/logging/ 4 comments python
- Oil Dev Log #7: Hollowing Out the Python Interpreter http://www.oilshell.org/blog/2018/11/15.html 21 comments programming , unix
- LighstailLogger, a small python package to log your AWS Lighstail containers https://github.com/two-trick-pony-NL/LightSailLogger 3 comments aws
- Python IceCream like debug logging for Go https://github.com/spearson78/icgo 5 comments golang
- A Comprehensive Guide to Python Logging with Structlog https://betterstack.com/community/guides/logging/structlog/ 2 comments python
- Logging in Python: A Comparison of the Top 6 Libraries https://betterstack.com/community/guides/logging/best-python-logging-libraries/ 12 comments python
- A Comprehensive Guide to Logging in Python https://betterstack.com/community/guides/logging/how-to-start-logging-with-python/ 48 comments python
- A Complete Guide to Logging in Python with Loguru https://betterstack.com/community/guides/logging/loguru/ 2 comments python
- Logging in Python: A Developer’s Guide https://blog.sentry.io/2022/07/19/logging-in-python-a-developers-guide 6 comments python
- Logging in Python Like a Pro https://guicommits.com/how-to-log-in-python-like-a-pro/ 3 comments programming
- Using Python to unearth a goldmine of threat intelligence from leaked chat logs https://aka.ms/PythonThreatIntel 6 comments netsec
- The Boilerplate for Logging in Python https://gist.github.com/EzzEddin/0e8c517a47e678da6a60cc21fdbc5788 18 comments python
- Is your Python code vulnerable to log injection? https://dev.arie.bovenberg.net/blog/is-your-python-code-vulnerable-to-log-injection/ 7 comments python
- An improved Python AWS Lambda logging setup https://lukerogerson.medium.com/a-better-python-logger-for-aws-lambda-give-me-back-my-extra-kwarg-c5073a40fe5f 5 comments aws
- Logging in Python like a PRO 🐍🌴 https://blog.guilatrova.dev/how-to-log-in-python-like-a-pro/ 47 comments python
- Python script to convert docker logs UTC timestamp https://www.reddit.com/r/docker/comments/i8obf5/python_script_to_convert_docker_logs_utc_timestamp/ 3 comments docker
- Python Tutorial: Logging Advanced - Loggers, Handlers, and Formatters https://www.youtube.com/watch?v=jxmzY9soFXg 8 comments learnprogramming
- Logging to systemd in Python https://medium.com/@trstringer/logging-to-systemd-in-python-45150662440a 3 comments flask
- Logging to systemd in Python https://medium.com/@trstringer/logging-to-systemd-in-python-45150662440a 10 comments linux
- A guide to logging in Python https://opensource.com/article/17/9/python-logging 7 comments programming
- [Python] How do I check I'm logged into a website when web-scraping? https://www.reddit.com/r/learnprogramming/comments/6eumx4/python_how_do_i_check_im_logged_into_a_website/ 7 comments learnprogramming
- Is there a log operator in Python? https://www.reddit.com/r/learnprogramming/comments/5ic15t/is_there_a_log_operator_in_python/ 4 comments learnprogramming
- Exceptional Logging of Exceptions in Python https://www.loggly.com/blog/exceptional-logging-of-exceptions-in-python/ 8 comments programming
- If you use Python + OpenCV, definitely check out the visual-logging package. It will help remove the mess of cv2.imshow and cv2.waitKey calls from your code when debugging. http://www.pyimagesearch.com/2014/12/22/visual-logging-new-favorite-tool-debugging-opencv-python-apps/ 6 comments computervision
- Error log of an abruptly ended python process https://github.com/avinassh/polistats/blob/master/server.py 5 comments linuxadmin
- As my RasPi is always running anyway, I wrote a python script that lets me log the local weather conditions using Yahoo's weather API. https://gist.github.com/3193278 15 comments raspberry_pi
- Python script to read your web server access log file and ban abusive IP addresses from accessing your Django applications https://github.com/ayeowch/banshee 5 comments django
- Comcast(TimeWarner) was pissing me off so I wrote a Python script to log my modem's signal levels. https://www.reddit.com/r/learnprogramming/comments/5hl7ao/comcasttimewarner_was_pissing_me_off_so_i_wrote_a/ 55 comments learnprogramming
- How to parse the output of "git log" with python http://blog.lost-theory.org/post/how-to-parse-git-log-output/ 4 comments git
- Tried to write a script in python to log into my apartments web page that authorizes the handing out of IPs on the network. Can someone help me errorcheck I cant see what the heck is wrong with it... http://dl.dropbox.com/u/14471413/login.py 9 comments learnprogramming
- Python’s standard logging API violates PEP-8 and this PEP proposes to fix this. https://github.com/metaperl/peps/blob/main/peps/pep-8106.rst 51 comments python
- Python’s standard logging API violates PEP-8 and this #PEP proposes to fix this. Feedback and criticism of all sort is welcome. https://github.com/metaperl/peps/blob/main/peps/pep-8106.rst 36 comments programming
- CrowdSec is a free, modern & collaborative behavior detection engine, coupled with a global IP reputation network. It stacks on fail2ban's philosophy but is IPV6 compatible and 60x faster (Go vs Python), uses Grok patterns to parse logs and YAML scenario to identify behaviors. https://github.com/crowdsecurity/crowdsec 27 comments selfhosted