RangerMauve / hypercore-fetch

Implementation of Fetch that uses the Hyper SDK for loading p2p content
MIT License
37 stars 13 forks source link

Setting DEBUG environment variable seems to have no effect on hyper-gateway's output #84

Open alphapapa opened 1 year ago

alphapapa commented 1 year ago

@RangerMauve @josephmturner

According to Mauve, a command like this should show extensive debug output on STDERR when the gateway receives requests:

env DEBUG='*' hyper-gateway --writable true run

However, when I run that command, the output appears to be the same as when DEBUG is not set. This is with hyper-gateway version 3.4.2.

Thanks.