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

Turn off cleora logs #45

Closed
sonalgarg-zomato opened this issue Nov 9, 2021 · 2 comments
Closed

Turn off cleora logs #45

sonalgarg-zomato opened this issue Nov 9, 2021 · 2 comments

Comments

@sonalgarg-zomato
Copy link

Hi Team,

I want to turn off the cleora line processing logs. Please help me with this. Thanks.

2021-11-09T06:22:17Z INFO cleora::entity] Number of lines processed: 2960000 [2021-11-09T06:22:17Z INFO cleora::entity] Number of lines processed: 2970000 [2021-11-09T06:22:17Z INFO cleora::entity] Number of lines processed: 2980000 [2021-11-09T06:22:17Z INFO cleora::entity] Number of lines processed: 2990000 [2021-11-09T06:22:17Z INFO cleora::entity] Number of lines processed: 3000000 [2021-11-09T06:22:17Z INFO cleora::entity] Number of lines processed: 3010000 [2021-11-09T06:22:17Z INFO cleora::entity] Number of lines processed: 3020000

@kodieg
Copy link
Collaborator

kodieg commented Nov 9, 2021

You can remove these INFO lines by chaning log level. Try seting MY_LOG_LEVEL=error before running cleora:

export MY_LOG_LEVEL=error
/cleora-v1.1.1-x86_64-unknown-linux-gnu --columns x --dimension 1024 --input ./edgelist_2.json --number-of-iterations 3

There will be some stuff printed anyway. If it bothers you you can redirect output to /dev/null

/cleora-v1.1.1-x86_64-unknown-linux-gnu --columns x --dimension 1024 --input ./edgelist_2.json --number-of-iterations 3
&> /dev/null

@piobab
Copy link
Contributor

piobab commented Nov 16, 2021

@sonalgarg-zomato let us know if you have other problems. I close the issue.

@piobab piobab closed this as completed Nov 16, 2021
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

3 participants