-
Notifications
You must be signed in to change notification settings - Fork 52
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
Clarify repy.py
--logfile option help string
#104
Comments
Help string for log file does not include the below information in detail.
For point b.
However this is called after the logging attribute is dealt with in
Hence,the --cwd option is not used for the log file . |
@Ashmita89 The current incorrect help string was a source of frustration when I first tried to locate where Seattle stored his log files. |
@Ashmita89, the unit test you are referring to doesn't test how In the unit test, the |
The unit test log is only referred for understanding the filename created as the comment there gives a more detailed description. It can also be seen in repy.py logfile option uses a circular logger which is more explained in 'loggingrepy_core' self.filenameprefix = fnp self.oldfn = fnp+".old" self.newfn = fnp+".new" I think the information from 'loggingrepy_core' would have caused less confusion. We can ignore the part about the unit test file in my previous comment. |
OK, please propose a help string that conveys this information, preferrentially via pull request. |
@vladimir-v-diaz notes that the help string to
repy.py
's--logfile
option omits critical detail..old
or.new
suffix to allow for log rotation.repy.py
(I think). It's definitely not using what--cwd
says; that option only sets the vessel working dir.The text was updated successfully, but these errors were encountered: