We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daee5ae commit 00ad9b1Copy full SHA for 00ad9b1
README.md
@@ -234,13 +234,13 @@ The SDK uses the standard [OkHttp logging interceptor](https://github.com/square
234
Enable logging by setting the `TERMINAL_LOG` environment variable to `info`:
235
236
```sh
237
-$ export TERMINAL_LOG=info
+export TERMINAL_LOG=info
238
```
239
240
Or to `debug` for more verbose logging:
241
242
243
-$ export TERMINAL_LOG=debug
+export TERMINAL_LOG=debug
244
245
246
## ProGuard and R8
0 commit comments