-
Notifications
You must be signed in to change notification settings - Fork 736
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
Logging implementation problems #482
Comments
+1 to all of it |
Some comments from my side:
My suggestion would be, that we start fixing number 2 and 5, and start discussing on the other 3. |
To
|
I like your suggestion for number 2 even though it will break BC. As long as not logger is set, logging doesn't happen. For number 4 I agree that about 90% of the information is the same (connection object has some additional info). But in case we push the logging to an external library I would suggest we provide the library with the object and it is up to the log implementation how and what should be written to the log. |
There are several problems:
error_log
even for debug messages which is not appropriate I guess. Why not use Monolog?http://localhost:9200/_bulk (PUT) { json data}
, instead of splitting it in "data", "path", "connection". This way one could easily reproduce the query in ES.The text was updated successfully, but these errors were encountered: