Skip to content
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

Relate log lines with frontend service session ID #244

Open
miyurud opened this issue Apr 12, 2024 · 0 comments
Open

Relate log lines with frontend service session ID #244

miyurud opened this issue Apr 12, 2024 · 0 comments

Comments

@miyurud
Copy link
Owner

miyurud commented Apr 12, 2024

If we take any of the log lines such as follows,

frontend_logger.info("Calculating Page Rank");

Those should carry their corresponding frontend (FE) service session ID as well. This will enable us to differentiate between different sessions. Another example for such log line is as follows.

frontend_logger.info("PageRank Time Taken : " + to_string(msDuration) + " milliseconds");

If we do not keep track of in which FE service session this log line was made, it will become difficult to track between different FE service sessions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant