Commit ca084f4
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: 2294259617862c1f807c412781846be98fc9c2e51 parent d7019a6 commit ca084f4
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
0 commit comments