nicolasff / webdis

A Redis HTTP interface with JSON output
https://webd.is
BSD 2-Clause "Simplified" License
2.82k stars 307 forks source link

STDOUT #167

Closed michaelminter closed 4 years ago

michaelminter commented 4 years ago

Is there a way to redirect logger data to STDOUT?

nicolasff commented 4 years ago

You can try configuring the logger to write to /dev/stdout; I would expect it to work.

michaelminter commented 4 years ago

Thanks @nicolasff I thought of that last night too and came back this morning to close this issue.

nicolasff commented 4 years ago

Great! Glad to hear it addressed your question.