Question
0
Replies
32
Views

Evonsys
Posted: Nov 28, 2024
Last activity: Nov 28, 2024
Rule Security Analyzer fix for pyLogStatements
Hi,
can you suggest how to fix the pyLogStatements errors as below:
oLog.error("Unable to open pzBulkProcessingTemplate")
oLog.error(e)
oLog.error("Error decoding base64 string"+EncodedString);
Thanks in advance.