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

About reading the log #19

Closed
toponsky opened this issue Jan 17, 2018 · 1 comment
Closed

About reading the log #19

toponsky opened this issue Jan 17, 2018 · 1 comment

Comments

@toponsky
Copy link

I used berrynet-manager log to view the log. However, after awhile, the log is too long to read.

I want to know how to clean the log, how to use tail -f to read the log?

Thanks.

@bafu
Copy link
Member

bafu commented Jul 9, 2018

@yimingliu0216 We are designing a new log mechanism. Before it is available, you can use these methods to check logs:

# Show the latest 30 log messages
$ berrynet-manager log | tail -n 30

# Display and save log simultaneously
$ berrynet-manager log | tee berrynet-manager.log

@bafu bafu closed this as completed Jul 9, 2018
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