You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The field session_name in the database (and the corresponding struct fields in the code) actually refer to the instance of the service that sent the log message to the server. The current name session_name is ambiguous, especially when we are talking about user login session and similar stuff. We should rename it to something which makes more sense, e.g. service_instance_name would be a good choice.
The text was updated successfully, but these errors were encountered:
The field
session_name
in the database (and the corresponding struct fields in the code) actually refer to the instance of the service that sent the log message to the server. The current namesession_name
is ambiguous, especially when we are talking about user login session and similar stuff. We should rename it to something which makes more sense, e.g.service_instance_name
would be a good choice.The text was updated successfully, but these errors were encountered: