Closed chris-martin closed 6 months ago
So actually, I can just use AppT. Going to back off on the instances for WithLogger.
AppT
WithLogger
runWithLogger appLogger DB.makePostgresPool
runAppT DB.makePostgresPool appLogger
:exploding_head:
🤯
Ain't nothing in the rulebook says loggers can't be apps.
So actually, I can just use
AppT
. Going to back off on the instances forWithLogger
.