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

log option #12

Closed
bc75 opened this issue Oct 11, 2017 · 1 comment
Closed

log option #12

bc75 opened this issue Oct 11, 2017 · 1 comment
Assignees
Labels

Comments

@bc75
Copy link

bc75 commented Oct 11, 2017

The -l option doesn't work as indicated in the output of -h.
-h shows
" -l LOG, --log LOG File to log output to"
-l is treated as directory that the output file is written to with a generated filename.

Running the following command
" python EFIgyLite_cli.py -l efigy-out-2017-10-11.txt "
resulted in the following error with "N" replacing the the actual value generated
"[!] Error opening specified log file at 'efigy-out-2017-10-11.txt/EFIgyLite_cli_NNNNNNNNNNN_NN.log' - [Errno 2] No such file or directory: 'efigy-out-2017-10-11.txt/EFIgyLite_cli_NNNNNNNNNNN_NN.log'
"

@MyNameIsMeerkat
Copy link
Contributor

Yup, I've cleaned up the -h messaging to be clearer that -l sets the directory to log to and is not the name of the file to log to.

Thanks raising

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants