logging
Here are 5,334 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
Feb 25, 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
Feb 25, 2021 - Ruby
-
Updated
Aug 1, 2020 - Shell
-
Updated
Feb 19, 2021 - Swift
-
Updated
Feb 11, 2021 - C
-
Updated
Feb 28, 2021 - C#
-
Updated
Feb 28, 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
-
Updated
Feb 13, 2021 - Go
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
Sep 7, 2018 - Go
-
Updated
Mar 1, 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