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