Skip to content
#

logging

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

JayeshMuley
JayeshMuley commented Mar 17, 2021

Please answer these questions before submitting your issue.

  • Why do you submit this issue?
  • Question or discussion
  • Bug
  • Requirement
  • Feature or performance improvement

Question

Q1. In our echosystem we have services which are keep on talking with Neo4j on some specified IP Port . The question is, In the Instance Client or Server tables why its IP and Por

leventyalcin
leventyalcin commented Jan 20, 2021

Hi,

I was trying to install logstash on Amazon Linux 2. After installing it, I couldn't start/enable the service. After some debugging, I noticed the systemd configuration installed by /usr/share/logstash/bin/system-install. However, I do my tests and development mostly on AWS t3.nano and this binary is memory intensive and won't work on low memory.

The exit code could have been checked

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