Closed phackstock closed 2 years ago
Thanks for opening this issue. I'd go for very short logging, one line per "model" in the IamDataFrame instance:
That should be on the info level right? Should we log errors as well?
Yes, I'd put that as info. About errors, if the RegionProcessor config can't be loaded or pyam fails (e.g., due to invalid arguments for region-aggregation), these should be raised to the user anyway - no need to log them as well, I think...
Ah alright, I'll keep it to info then.
As of right now there is no logging happening in the context of region processing. This should be changed prior to the first release.