mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-17 04:18:07 +00:00
Removing UserInfo from 'created task' logging (#725)
This commit is contained in:
@ -72,11 +72,10 @@ class Task(BASE_TASK, ORMMixin):
|
||||
)
|
||||
|
||||
logging.info(
|
||||
"created task. job_id:%s task_id:%s type:%s user:%s",
|
||||
"created task. job_id:%s task_id:%s type:%s",
|
||||
task.job_id,
|
||||
task.task_id,
|
||||
task.config.task.type.name,
|
||||
user_info,
|
||||
)
|
||||
return task
|
||||
|
||||
|
Reference in New Issue
Block a user