-
Notifications
You must be signed in to change notification settings - Fork 536
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: consistent logs #286
Comments
log messages to be prefixed with:
Example:
|
Debug messages planned to follow similar format
|
reworked client js to generate reauth control message to signify termination in order to support a "LOGOUT" log event. Client: webssh2/app/client/src/js/index.ts Lines 63 to 68 in 50cfcb9
Server: Lines 172 to 184 in 50cfcb9
|
Addition of Line 77 in 78dafeb
Lines 84 to 92 in 78dafeb
Lines 116 to 125 in 78dafeb
Lines 169 to 177 in 78dafeb
Lines 190 to 203 in 78dafeb
|
While, I have the logging "consistent" for the messages that are output. It's maybe not industry standard of any sort. Feedback welcome for the format... For reference: https://www.graylog.org/post/log-formats-a-complete-guide |
logging is somewhat inconsistent throughout the code, working to make things more consistent
The text was updated successfully, but these errors were encountered: