You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's hard to log, because the place we log is the primary output of the tool.
Introduce two env vars:
MOSAIC_LOG_LEVEL with two or three levels
MOSAIC_LOG_PATH with a path to write to
Logging should be lambda-based so it can be as little overhead as possible. Also need to ensure we can make the log path behave like stdout where it can be streamed in real time to another terminal tab/window.
Probably should also be public API since users will have this problem, too.
The text was updated successfully, but these errors were encountered:
It's hard to log, because the place we log is the primary output of the tool.
Introduce two env vars:
MOSAIC_LOG_LEVEL
with two or three levelsMOSAIC_LOG_PATH
with a path to write toLogging should be lambda-based so it can be as little overhead as possible. Also need to ensure we can make the log path behave like stdout where it can be streamed in real time to another terminal tab/window.
Probably should also be public API since users will have this problem, too.
The text was updated successfully, but these errors were encountered: