CuriousJames / DIYAC

Raspberry Pi Python code & PCB design project to control door access (access control) via a wiegand card and/or keypad reader, handles a doorbell too
6 stars 2 forks source link

Logging redact only catches strings #42

Open CuriousJames opened 4 years ago

CuriousJames commented 4 years ago

Logging redacting only catches string values, and string keys, regex capture needs to be changed to resolve this.

an example is 'code' does not catch {"code": 1234}