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
As part of #75 I saw some limitations in the logging because the logger is instantiated in the command itself.
That limits for instance the use of logs within functions (unless we're injecting the logger dependency within the function signature).
It would be nice to move to a global singleton logger instead.
The text was updated successfully, but these errors were encountered:
As part of #75 I saw some limitations in the logging because the logger is instantiated in the command itself.
That limits for instance the use of logs within functions (unless we're injecting the logger dependency within the function signature).
It would be nice to move to a global singleton logger instead.
The text was updated successfully, but these errors were encountered: