logging
Here are 5,353 public repositories matching this topic...
-
Updated
Feb 27, 2021 - Python
https://github.com/heptiolabs/healthcheck
This will give us metric on healtcheck and more granularity on checks we want to have.
-
Updated
Mar 5, 2021 - Go
When you use minio or another S3 provider that uses path_style for buckets and
do not configure this with the force_path_style then logstash while fail with
a stacktrace which contains the S3 secret key. This was tested with secret key
and key identifier present in the config. Not tested with a config file yet.
probably config file is better.
-
Updated
Mar 6, 2021 - Ruby
Expected Behavior
As a user, I may want to mute Elasticsearch deprecation warnings, because I cannot fix them immediately and want to prevent flooding logs with repeated messages.
There should be a configuration option in the config file that mutes ES deprecation warnings.
Current Behavior
2021-02-24T08:30:07.169-05:00 WARN [RestClient] request [GET http://1.1.1.1:9200/_clu
-
Updated
Aug 1, 2020 - Shell
-
Updated
Mar 4, 2021 - Swift
-
Updated
Mar 2, 2021 - C
-
Updated
Mar 6, 2021 - C#
-
Updated
Mar 5, 2021 - Go
-
Updated
Feb 23, 2021 - Go
In the current version of FASTER C++, on Linux, we use libaio for async IO handling. It is a known issue that libaio is not very efficient. Recently, io_uring is released with Linux kernel 5.1, which advertises to be a high performance aysnc IO library. It would be useful to try it and see if we can improve disk performance on Linux by replacing libaio with it.
More details for io_uring
-
Updated
Nov 9, 2020 - Swift
-
Updated
Feb 6, 2021 - Swift
The generic Windows audit log config lacks many event ids, e.g.
- registry events
- driver load service addition events, System/7045 and Security/4697
- likely others
-
Updated
Feb 13, 2021 - Go
-
Updated
Sep 7, 2018 - Go
-
Updated
Mar 6, 2021
-
Updated
Feb 24, 2021 - C++
-
Updated
Feb 22, 2021 - TypeScript
Improve this page
Add a description, image, and links to the logging topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the logging topic, visit your repo's landing page and select "manage topics."
Please answer these questions before submitting your issue.
Question
I look into jedis-2.x plugin, find that enhanceClass is redis.clients.jedis.Jedis.
But pipeline will directly invoke jedis client.
Jedis --invoke---> client
pipeline ---invoke-->client
There are two solutio