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

Verbose debugging output not available #10

Open
pabloab opened this issue Aug 2, 2018 · 2 comments
Open

Verbose debugging output not available #10

pabloab opened this issue Aug 2, 2018 · 2 comments

Comments

@pabloab
Copy link

pabloab commented Aug 2, 2018

I'm confuse about -v option. Is not present in the line below Usage, but it does above -h at the end. Not implemented yet?

Unknown option: v
Usage:
    oaipmh-validator.pl [-s] [-h] [-i run_id] [-w] [[baseURL]]

    Will run validator on and OAI-PMH data provider at baseURL. Will show
    progress as the validation and (optionally) write a log of JSON
    snippets.

      -i run_id  use specified run_id (expected to be UUID, used as a
                 file prefix, implies -w)
      -w         write responses to files in tmp
      -l logfile write log of JSON snippets
      -s         do not allow HTTPS base URL (not part of the OAI-PMH specification)
      -v         verbose debugging output
      -h         this help
@zimeon
Copy link
Owner

zimeon commented Aug 2, 2018

Seems like the code is set up to give additional output with -d instead of -v. I should fix that but for now try using -d

@pabloab
Copy link
Author

pabloab commented Aug 2, 2018

Yep, with -d y get all those NOTE: extra lines.

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

No branches or pull requests

2 participants