
Research
/Security News
11 Malicious NuGet Tools Pose as Game Cheats to Drop a Windows Host-Surveillance Payload
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.
log-guru
Advanced tools
log-guru is a simple, powerful Python logging library that replaces much of the boilerplate of the standard logger with an easy-to-use API and features like file rotation, structured logs, and exception tracing.
log-guru is a Python logging library designed to make logging simple, powerful, and pleasant to use. It provides an easy-to-configure API with features like file rotation, retention, formatting, and exception handling.
pip install log-guru
from log-guru import logger
logger.add("app.log", rotation="10 MB", retention="7 days")
logger.info("Hello from log-guru")
log-guru reduces the complexity of Python logging and lets you focus more on your application logic and less on logger configuration.
MIT
FAQs
log-guru is a simple, powerful Python logging library that replaces much of the boilerplate of the standard logger with an easy-to-use API and features like file rotation, structured logs, and exception tracing.
The pypi package log-guru receives a total of 0 weekly downloads. As such, log-guru popularity was classified as not popular.
We found that log-guru demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.

Research
/Security News
4 compromised asyncapi packages deliver miasma botnet loader on macOS, Linux and Windows.

Research
/Security News
A compromised jscrambler npm release added a malicious preinstall hook that runs hidden native binaries on Linux, macOS, and Windows.