sexnine / cshs-bot

Bot for the cshighschoolers Discord Server
MIT License
6 stars 1 forks source link

Use logging library #6

Open sexnine opened 2 years ago

sexnine commented 2 years ago

Use logging (perhaps even custom) library instead of print to help debug in-case of problems, also sexier output yk.

somehybrid commented 2 years ago

possible enhancement: add current logs to RAM

sexnine commented 2 years ago

possible enhancement: add current logs to RAM

@SomeHybrid Could you explain what you mean by this please? :)

somehybrid commented 2 years ago

If this were to be implemented the current logs could be stored on memory instead of disk (optional not necessary)

sexnine commented 2 years ago

If this were to be implemented the current logs could be stored on memory instead of disk (optional not necessary)

I don't see any reason why that should be the case. Either way, logs are outputted into stdout and logged by docker :)