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
This will not only make things shorter and easier, but will have the added bonus of allowing to simply use an environment variable as the connection string, like we do with redis, database and others.
How do we feel about allowing instantiation with a connection string?
I find myself instantiating a
RemoteSyslogLogger
by using several lines of code, instead of something simpler - like:This will not only make things shorter and easier, but will have the added bonus of allowing to simply use an environment variable as the connection string, like we do with redis, database and others.
Here is my monkey patch proof of concept:
The text was updated successfully, but these errors were encountered: