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
So, I noticed CacheLib uses folly to log many parts of the workflow (XLOG, XLOGN, XLOG_IF, ...).
In examples/simple_cache, I'm trying to configure folly so that logging goes to a file like so:
The file gets created, but it's always empty. I'm guessing that this folly configuration is not propagated to CacheLib or logging is disabled inside CacheLib.
I have tried many variations and followed some of the explanations/examples from the folly repo, but nothing works.
The text was updated successfully, but these errors were encountered:
So, I noticed CacheLib uses folly to log many parts of the workflow (XLOG, XLOGN, XLOG_IF, ...).
In
examples/simple_cache
, I'm trying to configure folly so that logging goes to a file like so:The file gets created, but it's always empty. I'm guessing that this folly configuration is not propagated to CacheLib or logging is disabled inside CacheLib.
I have tried many variations and followed some of the explanations/examples from the folly repo, but nothing works.
The text was updated successfully, but these errors were encountered: