Today the external log dumper utils/r2log just makes an API call to R2, and R2 dumps the logs. The logs are in shared memory, the external utility itself can dump the logs - we should move to that model. But this will need the data in Logger::hash to also be available to the external utility, to be able to interpret the log entries.
Today the external log dumper utils/r2log just makes an API call to R2, and R2 dumps the logs. The logs are in shared memory, the external utility itself can dump the logs - we should move to that model. But this will need the data in Logger::hash to also be available to the external utility, to be able to interpret the log entries.