Closed dkrupp closed 8 years ago
Are you sure? I have taken the following steps:
rm -r logs
/dev/null
logs
folder and a new file is created properly.In which case do you wish the log file to be recreated or experience that it is not?
In my eclipse, neither the logs directory nor the files are recreated once they were removed. I removed them, when eclipse was not running. they are never recreated.
It might be a third-party issue. Could you please do the following to test? (Needless to say these steps are DESTRUCTIVE to an already existing work environment!)
.cproject
, .project
and the .settings
folder, recursively.~/.p2
and ~/.m2
– these are where third-party dependencies are stored.After that, it should be tested. On my and @Locutus18's computers this bug was seemingly never encountered.
logs directory is created in the current workdir where the eclipse executable is started. instead create the logs directory in the actual workspace
With this discovery, this issue is now related to #46.
If the codechecker log file is removed, it is never recreated.