You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, failure in loading a recipe by DeidRecipe class, generates WARNING Problem loading deid_default.recipe, skipping. log message only.
I consider this failure as an error, since my carefully handcrafted anonymization rules are not loaded, and the file is not processed correctly. Since this is the main point of the project, then it's an ERROR, not a WARNING
As it's the error, then the exception should be raised - further processing is not possible. Using any defaults in this case may lead to sensitive data leakage.
I'm aware of that project gives no guarantees. But currently, user is not able to handle the error in any way.
The text was updated successfully, but these errors were encountered:
Currently, failure in loading a recipe by
DeidRecipe
class, generatesWARNING Problem loading deid_default.recipe, skipping.
log message only.I consider this failure as an error, since my carefully handcrafted anonymization rules are not loaded, and the file is not processed correctly. Since this is the main point of the project, then it's an
ERROR
, not aWARNING
As it's the error, then the exception should be raised - further processing is not possible. Using any defaults in this case may lead to sensitive data leakage.
I'm aware of that project gives no guarantees. But currently, user is not able to handle the error in any way.
The text was updated successfully, but these errors were encountered: