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
Discussion: https://mailman.uni-konstanz.de/pipermail/basex-talk/2023-February/017801.html
With the LOG option, logging of server operations and HTTP requests can be turned on/off.
The option should be replaced by a more fine granular solution, which allows you to turn specific log entries on/off:
admin:write-log
Related: #940
The text was updated successfully, but these errors were encountered:
With a32a63a, stdout can be experimentally assigned to LOG to additionally redirect log to standard output.
stdout
LOG
Sorry, something went wrong.
[ADD] Log targets. #2168
e3c65e2
Apart from stdout, stderr and slf4j can now be specified a log target: https://docs.basex.org/12/Options#log
stderr
slf4j
Feedback is welcome.
No branches or pull requests
Discussion: https://mailman.uni-konstanz.de/pipermail/basex-talk/2023-February/017801.html
With the LOG option, logging of server operations and HTTP requests can be turned on/off.
The option should be replaced by a more fine granular solution, which allows you to turn specific log entries on/off:
admin:write-log
)Related: #940
The text was updated successfully, but these errors were encountered: