marcoabreu commented on issue #17597: [CI] Move stacktrace print to console 
rather than system.err
URL: https://github.com/apache/incubator-mxnet/pull/17597#issuecomment-587127491
 
 
   Generally it's discouraged security wise to expose the stack trace of a 
system to the public since it offers insight into a protected system. 
   
   Exceptions are generally logged into a system log which is only accessible 
to administrators. This is also the case for Jenkins. Printing the stack trace 
of the Jenkins master to public though is not something that's recommended. 
   
   Printing the stack trace within docker is fine, within Jenkins though it's 
not.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to