I'm making a daemon that records values from APIs and stores them in a mongodb. In this daemon I have a queuing system that periodically executes API requests.I could print the queue list and contents in my console but that would be a ton of excess information clogging up my terminal. So I would like it if when my program is terminated by me that before it closes, it lets me know what the contents of that array is. Is this possible?I think this would be helpful in debugging later on.
Submitted July 13, 2020 at 12:57AM by StumpedDev
No comments:
Post a Comment