Kudze Posted June 17, 2017 Posted June 17, 2017 Hello I have really small server side suggestion for 0.2. I think you should add log files in which all console output would be logged. This would help server owners to faster diagnose what went wrong in their scripts and why their server crashed.
Armyw0w Posted June 18, 2017 Posted June 18, 2017 instead of writing and writing the log file again and again, why don't store that logs in a mysql temp table and at server exit just write the log file? #morefaster
Armyw0w Posted June 20, 2017 Posted June 20, 2017 On 18.06.2017 at 11:08 PM, kemperrr said: I find it easier to look at a file so you cant look in the console? just saying.
Danil_Valov Posted June 22, 2017 Posted June 22, 2017 I use always winston in my NodeJS projects. There you can use any transports (files, databases, email, etc.) for saving logs.
linnik Posted July 12, 2018 Posted July 12, 2018 В 22.06.2017 в 16:15, Danil_Valov сказал: I use always winston in my NodeJS projects. There you can use any transports (files, databases, email, etc.) for saving logs. Could you help us intalling it over RAGE?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now