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

Unexpected log behaviour of crawler #14

Open
coret opened this issue Mar 10, 2020 · 1 comment
Open

Unexpected log behaviour of crawler #14

coret opened this issue Mar 10, 2020 · 1 comment

Comments

@coret
Copy link

coret commented Mar 10, 2020

When running crawler.sh and specifying a log file name via the -log_file parameter, all log information is outputted to STDERR and the specified log file only contains 'SUCCESS'. Expected behavior is that all log information ends up in the specified log file.

Work-around is to 'catch' all log information by redirecting STDERR to a file by adding "2> run.log" to the crawler.sh command.

@EnnoMeijers
Copy link
Contributor

Thanks for the feedback! This will be fixed in the lod-aggregator repo.

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