Logging Operator - elegant cloud native log management scheme

Logging Operator is an open source log collection scheme under Banzai cloud under the cloud native scenario. Previously, Xiaobai reprinted an article introduced by boss Cui. However, he had always thought that the architecture of managing Fluent bit and fluent D services simultaneously under a single k8s cluster was bloated, leaving a prelimina ...

Added by weekenthe9 on Wed, 09 Mar 2022 16:11:17 +0200

Python Logging module (workflow + four configuration methods + common usage)

1. Introduction to Python logging module 1.1 importance of logging The programs deployed in the production environment run in a black box. They can't check the problems through debugging programs. They can't accurately reproduce the problems by observing the problem phenomena. Repairing the problems is difficult and will consume a lot of ...

Added by suepahfly on Fri, 28 Jan 2022 02:53:43 +0200

python logging module usage details

1.log4j fire By the end of 2021, log4j was completely popular. Log4j, as one of the most important components in the whole java ecosystem, was exposed to high-risk vulnerabilities. Because of the vulnerabilities of log4j, countless small partners immediately spent all night fixing bug s. Today, let's not talk about the vulnerability of log4j, ...

Added by dcuellar on Tue, 04 Jan 2022 14:23:57 +0200