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

JudgeLogLevel not classifying logs by its error code #46

Open
david123-hasg opened this issue Jan 30, 2025 · 0 comments
Open

JudgeLogLevel not classifying logs by its error code #46

david123-hasg opened this issue Jan 30, 2025 · 0 comments

Comments

@david123-hasg
Copy link
Contributor

david123-hasg commented Jan 30, 2025

Log error codes not getting clissified by different color and etc.

all of them identifing as Line

API response as below:

                "line_number": 85,
                "content": "INFO  [1005] New user 'jane_smith' registered.",
                "level": "",
                "date": "",
                "agent": {
                    "device": "server"
                }
            },
            {
                "line_number": 86,
                "content": "ERROR [3003] File upload failed: File size exceeds limit.",
                "level": "",
                "date": "",
                "agent": {
                    "device": "server"
                }
            },

Image

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