Skip to content

Commit

Permalink
Update config option for V27
Browse files Browse the repository at this point in the history
  • Loading branch information
gr0vity committed Jul 4, 2024
1 parent 18ae4b0 commit 368418f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/running-a-node/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -839,8 +839,15 @@ or via cli flag
```

### Enable UPnP logging
Appending this to your launch command will enable upnp logging.
Appending this to your launch command will enable upnp debug logging.

```bash
#V27 or later
--config log.console.upnp=debug
```

```bash
# V26 or before
--config node.logging.upnp_details=true
```
### Error UPnP Messages
Expand Down

0 comments on commit 368418f

Please sign in to comment.