Open
Description
In JavaScript hooks one can just use console.log
to write entry to hook log.
Is it correct, that console.log
just writes to stderr
stream?
If yes, than why it doesn't works in hooks on other languages?
I've wrote a demo:
Source: https://gist.github.com/pyhedgehog/66cdff7f2d4bcaf792b78515f4e994bf
Test: https://hook.io/pyhedgehog/pytestlog
Result: https://hook.io/pyhedgehog/pytestlog/logs
Metadata
Metadata
Assignees
Labels
No labels