-
Notifications
You must be signed in to change notification settings - Fork 37
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
Logging: Improve warning message when writing to existing file #42
Comments
Yes, log files are always appended to. I still think that the warning message makes sense the way it is currently expressed, because under Feel free to comment / reopen the issue if you think that this behavior is not acceptable and have a proposal on how to fix it. To me, it seems like appending instead of overwriting certainly is the "safer" option. |
Sorry, I think you are simply wrong. Your own explanation shows you are wrong. The dialogue box itself says "replace" .. the warning says "replacing it will overwrite its contents".... IE selecting replace will overwrite. Then it simply does not do what it describes. |
Okay, I guess the best way to deal with this then is to simply change the warning message, which apparently can be done using the |
But does it !
|
Not sure if this is fixed but "Mint" seems to ship version 1.0.1 Jun 2019
Start gtkterm with some text being generated by a source.
Select, "log", "to file", specify name
Log some lines
$ cat log.txt | wc -l
55
Re-start gtkterm
Select "log", to file, specify name
"File already exists, replacing it will overwrite its contents"
Select "Replace"
$ cat log.txt | wc -l
68
Appended then, not overwritten.....
The text was updated successfully, but these errors were encountered: