(maint) trace docker transport run_cmd#3271
Conversation
!no-release-note
|
Are you saying that the trace logging with upload_file bolt/lib/bolt/transport/docker/connection.rb Line 100 in ca25a6b |
The executed docker commands are being trace logged in all cases (that I can see) except the upload/download commands. Very helpful to see when tracing/reproducing issues and maintains consistency. |
|
For reference, the reason this came up is because the underlying command
While this PR is for parity, it would be wonderful if all transports logged exec calls. |
while tracing uploading files with the docker transport, I noticed many of the docker commands being run were not trace logged.