Jaymon / prom

A PostgreSQL or SQLite orm for Python
MIT License
22 stars 4 forks source link

Convert DNS parsing log message to multi level log message #163

Closed Jaymon closed 1 year ago

Jaymon commented 1 year ago

It's this message:

[I] Parsing DSN ...

If debug is on, then you can print the DSN message, otherwise it should be a log message that should just say Parsing DSN and not print the message

Jaymon commented 1 year ago

Fixed in dsnparse