diff --git a/nextflow.config b/nextflow.config
index 63bb7b1095bf2353f8c109e56807e636d779ba24..44676bcdf8c2c53a07f3c53b6e9d0e6d887e526b 100644
--- a/nextflow.config
+++ b/nextflow.config
@@ -341,6 +341,7 @@ report {
 trace {
     enabled = true
     file    = "${params.tracedir}/execution_trace_${trace_timestamp}.txt"
+    fields  = "task_id,hash,name,status,exit,duration,submit,duration,realtime,%cpu,%mem,peak_rss,peak_vmem,rchar,wchar"
 }
 dag {
     enabled = true