File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 44[ ![ Python] ( https://a11ybadges.com/badge?logo=python )] ( https://www.python.org/ ) <br >
55[ ![ Tests] ( https://github.com/FullStackWithLawrence/secure-logger/actions/workflows/tests.yml/badge.svg )] ( https://github.com/FullStackWithLawrence/secure-logger/actions )
66![ GHA pushMain Status] ( https://img.shields.io/github/actions/workflow/status/FullStackWithLawrence/secure-logger/pushMain.yml?branch=main )
7- ![ Auto Assign] ( https://github.com/FullStackwithLawrence/demo-repository /actions/workflows/auto-assign.yml/badge.svg ) [ ![ Source
7+ ![ Auto Assign] ( https://github.com/FullStackwithLawrence/secure-logger /actions/workflows/auto-assign.yml/badge.svg ) [ ![ Source
88code] ( https://img.shields.io/static/v1?logo=github&label=Git&style=flat-square&color=orange&message=Source%20code )] ( https://github.com/FullStackWithLawrence/secure-logger )
99[ ![ Release Notes] ( https://img.shields.io/github/release/FullStackWithLawrence/secure-logger )] ( https://github.com/FullStackWithLawrence/secure-logger/releases )
1010[ ![ PyPI
@@ -21,6 +21,12 @@ customizable list of case-insensitive keys. Prevents your sensitive
2121application data like cloud provider key-pairs from leaking into your
2222application logs.
2323
24+ ## Installation
25+
26+ ``` bash
27+ pip install secure-logger
28+ ```
29+
2430## Usage
2531
2632### As a decorator
@@ -84,12 +90,6 @@ Output:
8490}
8591```
8692
87- ## Installation
88-
89- ``` bash
90- pip install secure-logger
91- ```
92-
9393## Configuration
9494
9595secure_logger accepts optional parameters.
You can’t perform that action at this time.
0 commit comments