Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare the configuration for additional_samples feature
Summary: Change the way to configure usage logging. Instead of ``` usage_logging = true ``` it's: ``` usage_logging(enabled = true, additional_samples = false) ``` This configuration is required in order to integrate additional samples feature since we want additional_samples to be disabled by default and enabled by request. Reviewed By: AndreasBackx, anaveragehuman Differential Revision: D64428011 fbshipit-source-id: 2294259617862c1f807c412781846be98fc9c2e5
- Loading branch information