We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DEBUG=1 causes low level stream info to be printed, which is makes it hard to debug.
DEBUG=1
I prefer DEBUG=1 to print only Hokusai specific debug information.
ip-10-0-0-17:hokusai-sandbox jxu$ DEBUG=1 hokusai staging run --tty sh If you don't see a command prompt, try pressing enter. I0807 13:40:46.593059 8421 log.go:184] (0xc000538160) (0xc0003f2fa0) Create stream I0807 13:40:46.593444 8421 log .go:184] (0xc000538160) (0xc0003f2fa0) Stream added, broadcasting: 1 I0807 13:40:46.692328 8421 log.go:184] (0xc0005 38160) Reply frame received for 1 I0807 13:40:46.692400 8421 log.go:184] (0xc000538160) (0xc0003f6640) Create stream I0807 13:40:46.692421 8421 log.go:184] (0xc000538160) (0xc0003f6640) Stream added, broadcasting: 3 I0807 13:40:46.78 9318 8421 log.go:184] (0xc000538160) Reply frame received for 3 I0807 13:40:46.789388 8421 log.go:184] (0xc000538 160) (0xc000354b40) Create stream I0807 13:40:46.789422 8421 log.go:184] (0xc000538160) (0xc000354b40) Stream added, broadcasting: 5
The text was updated successfully, but these errors were encountered:
No branches or pull requests
DEBUG=1
causes low level stream info to be printed, which is makes it hard to debug.I prefer DEBUG=1 to print only Hokusai specific debug information.
The text was updated successfully, but these errors were encountered: