purescript-payload icon indicating copy to clipboard operation
purescript-payload copied to clipboard

Migration to `purescript-logging`

Open paluh opened this issue 4 years ago • 1 comments

I think that using existing logging methods from the ecosystem could be beneficial as we could avoid reimplementation of specific loggers or adapters in this repo. I'm proposing moving to purescript-logging which has really similar structure to the current logging type and has already existing loggers which could be useful (for example my binding to the journald).

What do you think?

paluh avatar Oct 03 '20 06:10 paluh

I haven't put much thought into logging yet in Payload - mostly it just dumps strings in various places, and provides a log level hook to get more debug information - but there could definitely be a better story there. I'll check this out.

hoodunit avatar Oct 04 '20 18:10 hoodunit