Is your feature request related to a problem? Please describe.
My trollflow2.log file contains:
[INFO: 2021-04-28 16:20:40 : trollflow2.launcher] All files produced nominally in 0:00:05.157965.
On closer look, it had produced zero files.
Mathematically speaking, it's not wrong to state that all files have been produced nominally; but it would be more useful if it would tell me how many files have been produced.
Describe the solution you'd like
I want that the log message includes the number of files. For example: "All 12 files produced nominally...".
Describe any changes to existing user workflow
Unless someone is grepping logfiles for this exact text, there should be no change to any user workflow.
Additional context
In principle the logfile already contains this information, but it could be presented in a more user-friendly way.
Feature Request
Is your feature request related to a problem? Please describe.
My
trollflow2.log
file contains:[INFO: 2021-04-28 16:20:40 : trollflow2.launcher] All files produced nominally in 0:00:05.157965.
On closer look, it had produced zero files.
Mathematically speaking, it's not wrong to state that all files have been produced nominally; but it would be more useful if it would tell me how many files have been produced.
Describe the solution you'd like
I want that the log message includes the number of files. For example: "All 12 files produced nominally...".
Describe any changes to existing user workflow
Unless someone is grepping logfiles for this exact text, there should be no change to any user workflow.
Additional context
In principle the logfile already contains this information, but it could be presented in a more user-friendly way.