Skip to content
#

logging

Here are 6,370 public repositories matching this topic...

samjewell
samjewell commented Oct 21, 2021

Fixes #3581

This common-labels functionality made the CLI tool harder to use when
piping the output into other programs. The common labels would be printed
on STDERR, while the rest of the labels and log-lines were emitted on
STDOUT.
I don't think we need this functionality any more, now that we have the
--exclude-label option.

Checklist

  • Documentation added removed and
yaauie
yaauie commented Feb 1, 2022

Logstash information:

Please include the following information:

  1. Logstash version: 7.16.3 (with unverified reports of similar behaviour on 7.15)

    Looking through our case history there were examples of this issue happening after upgrading to 7.15 and higher. The odd behavior is this appears to be intermittent in most cases, and the cases closed out without resolution. Confirmed

mpfz0r
mpfz0r commented Sep 27, 2019

This happens occasionally when shutting down the server:

Exception in thread "http-worker-15" java.lang.NullPointerException: null value in entry: exception=null
        at com.google.common.collect.CollectPreconditions.checkEntryNotNull(CollectPreconditions.java:32)
        at com.google.common.collect.ImmutableMap.entryOf(ImmutableMap.java:176)
        at com.google.common.collect.I

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 Sep 19, 2021
  • Swift

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