We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when using zs-client.phar the value of the lineToRead parameter is not respected. Independent of this parameter value I always get 200 lines back.
The documentation of this parameter is puzzling as well:
"--lineToRead How many lines to read. defaults to a certain system-wide configurable setting. Limited by another such setting."
What setting are they talking about?
The text was updated successfully, but these errors were encountered:
I guess you are talking about the logsReadLines command.
logsReadLines
logsReadLines --logName= [--serverId=] [--lineToRead=] [--filter=]
If yes, then I will check if Zend Server has the same command signature and see where is the issue coming from.
Sorry, something went wrong.
Fixed typo in command definition and documentation. Related to zend-p…
47a6119
…atterns/ZendServerSDK#94.
e2e8598
Thanks for the swift fix @slaff
No branches or pull requests
when using zs-client.phar the value of the lineToRead parameter is not respected. Independent of this parameter value I always get 200 lines back.
The documentation of this parameter is puzzling as well:
"--lineToRead How many lines to read. defaults to a certain system-wide configurable setting. Limited by another such setting."
What setting are they talking about?
The text was updated successfully, but these errors were encountered: