Baltic-RCC / EMF

Repository for Open Source EMF implementation
Mozilla Public License 2.0
8 stars 3 forks source link

MR: Implement pypowsybl to file logger [issues 45 and 55] to main #58

Closed mr0321 closed 1 month ago

mr0321 commented 3 months ago

45 if load_data_from_local_storage is set to true, then checks if folder with files exists in ENTSOE_EXAMPLES_LOCAL, if not then downloads and extracts zip file from ENTSOE_EXAMPLES_EXTERNAL. If folder is found then using the file name the file is packaged to similar shape as it would have come from OPDM

55 For getting pyposybl logs, a separate instance of PyPowsyblLogGatherer must be called and set up (what and where to store).

Storing depends on the policy set (either all entries or entries if specific log level was caught). Note that this does not catch java errors as these appear in usual log and are reported separately.

mr0321 commented 1 month ago

Refactoring to different branches and pull requests