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

add a command line parameter: --small-log, output log to a limited size FILE, but log is always up to date #135

Closed
wants to merge 44 commits into from

Conversation

pxk27
Copy link
Contributor

@pxk27 pxk27 commented Aug 25, 2023

modify command line parameter
-l: output all log to a file with unlimited size, so the file maybe 10G or 100G.
--small-file: output log to a file with limited size when nemu end the program instead of "ctrl + c", the log in the file is always information near the end of the program. For example, when difftest find a bug, small log will save some log that output before executing the error instruction, instead of save all log from the start of program to the end.

pxk27 and others added 30 commits January 8, 2023 18:41
@Lemover Lemover closed this Aug 26, 2023
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