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
The Logger interface matches and interoperates with bunyan, which is good enough for isolex but may not be for general use. Ensure the logging is compatible with winston, at least.
Write an adapter, if necessary, and tests that get as close as possible to the bunyan and winston interfaces. Perhaps install them as devdeps and register a fake output stream.
The text was updated successfully, but these errors were encountered:
Summary
The
Logger
interface matches and interoperates with bunyan, which is good enough for isolex but may not be for general use. Ensure the logging is compatible with winston, at least.Write an adapter, if necessary, and tests that get as close as possible to the bunyan and winston interfaces. Perhaps install them as devdeps and register a fake output stream.
The text was updated successfully, but these errors were encountered: