whipson / maestro

Simple, lightweight orchestrator for R pipelines
https://whipson.github.io/maestro/
Other
112 stars 3 forks source link

Unify logging approach for different logging libraries and console outputs #130

Open whipson opened 22 hours ago

whipson commented 22 hours ago

Currently, maestro uses R's native message, warning, and error system for logging pipeline messages. Other approaches like {logger} and print statements are not captured. Ideally, a user should be able to capture logs for each pipeline using a variety of approaches.

JavOrraca commented 18 hours ago

Seconded! Thanks @whipson and @ryangarnett for the awesome package.