Log File
Is there an setting that i can change so my bot saves logs to a file?
Solution:Jump to solution
You'll have to create your own logger plugin for that. However it should be noted that if you host your bot with something like pm2 or docker that those services already create a log file of themselves so creating one of your own means you're duplicating all the logging.
1 Reply
Solution
You'll have to create your own logger plugin for that. However it should be noted that if you host your bot with something like pm2 or docker that those services already create a log file of themselves so creating one of your own means you're duplicating all the logging.