pytroll / trollflow2

Next generation Trollflow. Trollflow is for batch-processing satellite data using Satpy
https://trollflow2.readthedocs.org/
GNU General Public License v3.0
10 stars 15 forks source link

Improve usefulness of "all files produced nominally in x seconds" #113

Closed gerritholl closed 3 years ago

gerritholl commented 3 years ago

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.