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
right now there's a .logLevel assignment in .getOptions. That means every call might switch the logging. We should think about a better way to handle all of this.
We should pass in a logger instance into rokuDeploy constructor to support this when devs want to make a custom instance.
Something like this?
The text was updated successfully, but these errors were encountered:
right now there's a .logLevel assignment in .getOptions. That means every call might switch the logging. We should think about a better way to handle all of this.
We should pass in a logger instance into rokuDeploy constructor to support this when devs want to make a custom instance.
Something like this?
The text was updated successfully, but these errors were encountered: