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
I would like to log some files not covered by the current built in log_* methods. Is there a way to log an entire directory or a generic file?
log_*
The text was updated successfully, but these errors were encountered:
there is a log_file command you can use for single files :)
log_file
For a whole directory there isn't an existing method. Although it would definitely become handy.
to do that, we need to add a method log_directory that
log_directory
this can not be done as POST request because the size limit.
Sorry, something went wrong.
Write, this has an issue that I believe log_directory is used as the path to the log by the logger currently.
Is the POST request size limit a limit set by the server being used?
No branches or pull requests
I would like to log some files not covered by the current built in
log_*
methods. Is there a way to log an entire directory or a generic file?The text was updated successfully, but these errors were encountered: