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

Make extraction process use FastLogExtractor tool instead of piping Linux commands #1

Closed
WaviestBalloon opened this issue Jun 12, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@WaviestBalloon
Copy link
Owner

Recently, I have made this new tool: https://github.com/WaviestBalloon/FastLogExtractor
It was specifically created so I can replace the command chain strings ${playerExecutable} | grep FLog:: in InspectDeployment.ts so I can be ran on Windows-based systems as well as Linux.

A small downside is that it might be just a few seconds slower than just using strings and grep, as it usually take 2-3 seconds to extract the logs from the binary, but it's a good enough compromise for me.

@WaviestBalloon WaviestBalloon added the enhancement New feature or request label Jun 12, 2024
@WaviestBalloon WaviestBalloon self-assigned this Jun 12, 2024
@WaviestBalloon
Copy link
Owner Author

Not happening until I make FastLogExtractor a bit better and more than just a simple tool for extracting FastFlags.

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

No branches or pull requests

1 participant