JioTV-Go / jiotv_go

Unlock the magic of JioTV across all your devices, without the need for the JioTV App. Crafted with love in Golang for a delightful blend of speed and efficiency! 🌟✨
https://jiotv_go.rabil.me/
Other
330 stars 91 forks source link

feat: Allow writing logs to stdout #360

Open sainak opened 1 month ago

sainak commented 1 month ago

Feature description

Logs are being stored to a hardcoded path, instead there should be a config option to specify the path for logs including stdout/stderr

Solution

Make log path configurable and accept stdout/stderr as an option

Additional context

No response

Acknowledgements

rabilrbl commented 1 month ago

@sainak You can get logs to stdout with environment variable / config. Check DEBUG option. But I agree the need to make log files configurable