ckcr4lyf / kiryuu

A highly performant HTTP bittorrent tracker (WIP)
Do What The F*ck You Want To Public License
13 stars 3 forks source link

Compile time logging #36

Open ckcr4lyf opened 1 year ago

ckcr4lyf commented 1 year ago

it would be nice to have some kind of env_logger , but configurable at compile time

That way we can make debug builds for testing with logs, and for production build without logging

ckcr4lyf commented 1 year ago

Addressed kinda in https://github.com/ckcr4lyf/kiryuu/pull/39 , keeping this open for non tracing logging.