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
Related to #27 - host logging via the logger named pssh.host_logger is enabled by default.
Since ParallelSSH is a library, it probably should not have logging enabled by default and instead leave that up to the application using the library.
Would agree with this in principle, although in all real-world use cases of ParallelSSH I have seen and done myself, host logging is indeed wanted.
In all my particular use cases ParallelSSH is used by another application in a job on a build server somewhere.
Host logging is useful and wanted though the build server does not show output unless you click on Console Output or similar to see output from the job.
At that point, if host logging were not enabled by default, the output would simply not be available.
@nchammas is proposing turning host logging off by default, something that, as above, I am not opposed to on principle.
We can have a single function to call to turn host logging back on.
Question is, what are other users of ParallelSSH doing with host logging?
Happy with it enabled by default or are you having to remove the handler per docs?
The text was updated successfully, but these errors were encountered:
Related to #27 - host logging via the logger named
pssh.host_logger
is enabled by default.Since
ParallelSSH
is a library, it probably should not have logging enabled by default and instead leave that up to the application using the library.Would agree with this in principle, although in all real-world use cases of
ParallelSSH
I have seen and done myself, host logging is indeed wanted.In all my particular use cases
ParallelSSH
is used by another application in a job on a build server somewhere.Host logging is useful and wanted though the build server does not show output unless you click on
Console Output
or similar to see output from the job.At that point, if host logging were not enabled by default, the output would simply not be available.
@nchammas is proposing turning host logging off by default, something that, as above, I am not opposed to on principle.
We can have a single function to call to turn host logging back on.
Question is, what are other users of
ParallelSSH
doing with host logging?Happy with it enabled by default or are you having to remove the handler per docs?
The text was updated successfully, but these errors were encountered: