-
-
Notifications
You must be signed in to change notification settings - Fork 414
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 option to disable logging #370
Comments
If you disable the "Watched" stuff in Folders, then SyncTrayzor will not monitor files for changes and will instead let Syncthing can files according to its rescan interval. Another thing it could be is the conflict file monitoring (although that should only trigger for files with the If that doesn't help, see what file(s) it's accessing using the Windows Resource Monitor. Maybe it's a log file or something. |
The "Alerts" doesn't make a difference, but I see that the logfile is being constantly updated. Is there a way to disable logging? |
There is, but you currently have to edit a protected file. I'll post instructions when I'm back at a computer.
…On 25 May 2017 18:22:41 BST, frlu05 ***@***.***> wrote:
The "Alerts" doesn't make a difference, but I see that the logfile is
being constantly updated.
Is there a way to disable logging?
--
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
#370 (comment)
|
Right, find and edit Note that that file will be overwritten when you upgrade. I'll put in a switch to disable logging though. |
Actually, scrap that. I implemented a control to change the log level, and defaulted it to a much lower level. You can grab an intermediate build with that here: https://ci.appveyor.com/project/canton7/synctrayzor/build/1.1.16.466/artifacts |
When trying access "Settings", it crashed... Did I do something wrong? I'm running SyncTrayzor in portable mode, so to test the new version I downloaded SyncTrayzorPortable-x64.zip, extracted and copied my "data" library into the "new" SyncTrayzor folder. SyncTrayzor & Syncthing seems to start fine, but when I open File / Settings it crashes with:
|
Interesting... I'll dig into this later. For now, go back to the last released version. |
So I've done... I've now also tried to other solution, to delete the line in "SyncTrayzor.exe.config". That stopped to the log updates, but I can see that cookies and cookies-journal in \cef\cache are constantly updated? And thanks a lot for both excellent SW and excellent help! |
I'm not sure there's much I can do about that - that's the embedded browser doing its thing. It should only do that when SyncTrayzor is open though, I think? You can change the |
Yes, closing the GUI did the trick - The disk went to sleep... I don't change the folder, I have data & SW all stored in a VeraCrypt container to be able to "bring the data anywhere". |
After some more testing
But I guess that's part of Syncthing? |
@canton7 looks like that newest release of SyncTrayzor is creating debug.log file (and logs into it) in addition to all normal logging taking place to logs/* debug.log is being created on the same level as 'logs' directory is. How can I disable it? Example content:
|
Nothing's changed in that respect. This this build? https://ci.appveyor.com/project/canton7/synctrayzor/build/1.1.21.518/artifacts |
I don't know at which release debug.log started to appear. Anyway, after trying release from your link, debug.log is not being created any more. thank you!! |
Hi!
I'm using SynTrayzor as a "sync server" on a low power computer with an external USB HDD . I've discovered that, even when I deselected all Setting / Folders / Watched & Notifications, SynctTrayzor is constantly accessing the disk.
If I start the Syncthing only, using the same Synthing config & db as above, the disk "goes to rest" after rescans and updates from other devices.
Is there a way to make SyncTrayzor (1) competely stop monitoring (then using Syncthing's rescan instead) and or (2) scan/monitor with a longer interval?
The text was updated successfully, but these errors were encountered: