nextflow log <run name>
Print executions log and runtime info
Arguments
Options
Name | Description |
---|
-after <run name> | Show log entries for runs executed after the specified one |
-before <run name> | Show log entries for runs executed before the specified one |
-but <run name> | Show log entries of all runs except the specified one |
-f, -fields <field1,field2,...> | Comma separated list of fields to include in the printed log -- Use the `-l` option to show the list of available fields |
-F, filter <expression> | Filter log entries by a custom expression e.g. process =~ /foo.*/ && status == 'COMPLETED' |
-h, -help | Print the command usage (Default: false) |
-l, -list-fields | Show all available fields (Default: false) |
-q, -quiet | Show only run names (Default: false) |
-s <character> | Character used to separate column values (Default: ) |
-t, -template <template> | Text template used to each record in the log |