-
Notifications
You must be signed in to change notification settings - Fork 109
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
improve api #148
Comments
You can easily disable remote logs by on the miner..? Or what do you want to achieve? |
why would I want to disable logs? I want to get the list of all miners connected, than fetch logs or other data about some of them and than decide whether to change config etc...I don't want to get all the data of all the miners everytime, the get request is megabytes large! This could also help making the dashboard more responsive (like only show the list of miners at first with the most important data, then on click/hover the additional details of the miner are fetched with another request) |
Seems to be a corner case for now. |
On Release 1.7.0-beta1 the getClientStatusList doesn't contain the log anymore. It can be fetched by calling:
|
getting the client status list gets everything...specify the fields as parameter
this was really aggravated by the addition of logs
The text was updated successfully, but these errors were encountered: