Skip to content

Commit

Permalink
print env
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya-el committed Dec 26, 2024
1 parent e443b0c commit 92df8ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/nf-polly/src/main/nextflow/polly/PollyObserver.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ class PollyObserver implements TraceObserver {
return
}

log.info this.env.toMapString()

String infraName = this.env.get("INFRA_TYPE") ?: "NA"
log.info "INFRA_TYPE: " + infraName
String partitionKey = status.toString()
Expand Down

0 comments on commit 92df8ad

Please sign in to comment.