You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@teaclave.apache.org by GitBox <gi...@apache.org> on 2022/02/03 18:03:15 UTC

[GitHub] [incubator-teaclave] mssun commented on a change in pull request #603: Support optional input/output files

mssun commented on a change in pull request #603:
URL: https://github.com/apache/incubator-teaclave/pull/603#discussion_r798834748



##########
File path: types/src/task_state.rs
##########
@@ -127,6 +127,7 @@ impl Task<Create> {
         if !function.public {
             participants.insert(function.owner.clone());
         }
+        log::info!("participants {:?}", &participants);

Review comment:
       Why do we need this log? Also, participants should be a sensitive data, this is a info log.




-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org