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
string-max-length
max-list-length
Based on raven.Client arguments string_max_length (default is 200) and max_list_length (default is 50): https://raven.readthedocs.org/en/latest/advanced.html#client-arguments
raven.Client
string_max_length
max_list_length
The text was updated successfully, but these errors were encountered:
Add parameter string-max-length to command line. Refs #9
4dedda4
Add parameter max-list-length to command line. Refs #9
cf14954
Revert "Add parameter max-list-length to command line. Refs #9"
a4c3aa7
This reverts commit cf14954. This feature doesn't make sense for cron-sentry
Closed by 4dedda4 and ab00638
Sorry, something went wrong.
This wasn't a good idea. It should always be -1 and we should limit how much we read from the output.
No branches or pull requests
Based on
raven.Client
argumentsstring_max_length
(default is 200) andmax_list_length
(default is 50): https://raven.readthedocs.org/en/latest/advanced.html#client-argumentsThe text was updated successfully, but these errors were encountered: