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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: