Skip to content

Commit 832c98f

Browse files
[Service Bus] Fix DEBUG variable (Azure#13348)
1 parent 7f89cb1 commit 832c98f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/servicebus/service-bus/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ export DEBUG=azure*,rhea*,-rhea:raw,-rhea:message,-azure:core-amqp:datatransform
391391
- If you are interested only in **errors**, then you can set the `DEBUG` environment variable as follows:
392392

393393
```bash
394-
export DEBUG=azure:service-bus:error,azure-core-amqp:error,rhea-promise:error,rhea:events,rhea:frames,rhea:io,rhea:flow
394+
export DEBUG=azure:service-bus:error,azure:core-amqp:error,rhea-promise:error,rhea:events,rhea:frames,rhea:io,rhea:flow
395395
```
396396

397397
### Logging to a file

0 commit comments

Comments
 (0)