QuesmaOrg / quesma

Programmable database gateway
https://quesma.com
Other
108 stars 6 forks source link

Remove `quesma/logger` from `utils` package #1021

Closed mieciu closed 1 day ago

mieciu commented 1 day ago

A step towards untangling dependency hell with our modules.

Mainly it's about the having functions from utils return an error and logging them (or sometimes not - whenever I've though it's not that significant) in the places they're called.

Related to https://github.com/QuesmaOrg/quesma/issues/1017