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

Feat: Searchable logs #757

Open
wants to merge 2 commits into
base: canary
Choose a base branch
from
Open

Feat: Searchable logs #757

wants to merge 2 commits into from

Conversation

kawws
Copy link

@kawws kawws commented Nov 24, 2024

Searchable logs and better way to select visible logs

Hope this is something you want sir! 🫡

SCR-20241124-loqe

@kawws
Copy link
Author

kawws commented Nov 24, 2024

I think, by mistake I pushed both pull requests to the same branch, hope you se the changes and think they are good for the project.

Comment on lines +128 to +138
<SelectContent>
<SelectItem value="50lines">50 lines</SelectItem>
<SelectItem value="150lines">150 lines</SelectItem>
<SelectItem value="500lines">500 lines</SelectItem>
<SelectItem value="1000lines">1000 lines</SelectItem>
<SelectSeparator className="my-2" />
<SelectItem value="last10min">Last 10 min</SelectItem>
<SelectItem value="last30min">Last 30 min</SelectItem>
<SelectItem value="lasthour">Last hour</SelectItem>
<SelectItem value="last24h">Last 24h</SelectItem>
</SelectContent>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How did you deteremine the time of the logs? I don't see any logic applied to the logs itself in the backend? can you explain how the search and filters works?

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

Successfully merging this pull request may close these issues.

2 participants