Remove Base64 Decoding from getLogs Method and newLogs Event
This pull request removes the Base64 decoding step from the getLogs method and newLogs event, optimizing the logging process by directly returning the logs in original format.
Changes include
[X] Bugfix (non-breaking change that solves an issue)
[ ] New feature (non-breaking change that adds functionality)
[ ] Breaking change (change that is not backwards-compatible and/or changes current functionality)
Checklist
[X] I have assigned this PR to myself
[X] I have added at least 1 reviewer
[X] I have tested this code
[X] I have updated the README and other relevant documents (guides...)
Remove Base64 Decoding from
getLogs
Method andnewLogs
EventThis pull request removes the Base64 decoding step from the
getLogs
method andnewLogs
event, optimizing the logging process by directly returning the logs in original format.Changes include
Checklist