Skip to content
#

logging

Here are 5,353 public repositories matching this topic...

xuanyu66
xuanyu66 commented Feb 24, 2021

Please answer these questions before submitting your issue.

  • Why do you submit this issue?
  • Feature or performance improvement

Question

  • What do you want to know?
    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

nicenemo
nicenemo commented Dec 30, 2020

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.

jalogisch
jalogisch commented Feb 26, 2021

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
badrishc
badrishc commented Jan 10, 2020

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

A debug log framework for use in Swift projects. Allows you to log details to the console (and optionally a file), just like you would have with NSLog() or print(), but with additional information, such as the date, function name, filename and line number.

  • Updated Nov 9, 2020
  • Swift

Single header C++ logging library. It is extremely powerful, extendable, light-weight, fast performing, thread and type safe and consists of many built-in features. It provides ability to write logs in your own customized format. It also provide support for logging your classes, third-party libraries, STL and third-party containers etc.

  • Updated Feb 24, 2021
  • C++

Improve this page

Add a description, image, and links to the logging topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the logging topic, visit your repo's landing page and select "manage topics."

Learn more