-
Appender thread: Failed to log to appender: nil -- Exception: NoMethodError: undefined method `log' for nil:NilClass
[167:SemanticLogger::AppenderThread] SemanticLogger -- Appender thread: Fa…
-
I am trying to log to Graylog with some `staticMeta`. However, it only works when I add a single field in `staticMeta`. If I add more, nothing is logged to Graylog.
The below code works fine:
```
…
-
Trying out logback-gelf 2.0.0, GELF logging did not happen, and enabling logging.debug in logback made this show up:
12:45:38,253 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found…
-
When calling `System.setProperty`, one would expect that references to the system property in a literal (ex. `literal="${sys:my_property}"`) would also change. However this is not the case, it appears…
-
Currently the `dynamicMdcFields` are based on a list of regular expressions
of field name patterns without field type information, thus `logstash-gelf` tries to
deduce the appropriate field type b…
-
## Log File:
https://gist.github.com/TheRealHypo/f52a1c1964c2c02e03bfc01c732b55a3
## Config:
https://gist.github.com/TheRealHypo/757cd1e49ec34c2ff37473c58031bb96
## Versions:
Gradle: 4.10.3
…
ghost updated
5 years ago
-
As we will be doing the fluentd project journey report, the maintainers would also like to include information on the fluentd plug-ins written.
[repos.txt](https://github.com/cncf/devstats/files/41…
-
Hi, when logging to Graylog with logback-gelf-1.1.0.jar it stops logging after a minute.
By debugging I see that gelf throws a ClosedChannelException. Maybe gelf needs to check the state of channel a…
-
Could you please provide an example on how to create a log message containing the Timestamp, ThreadId, ClassName:
log4j.appender.graylog2.layout.ConversionPattern=%d{yy-MM-dd HH:mm:ss} [%t] %-5p %…
-
**Cmake warning result building failed**
Apparently, the `-DBOOST_ROOT` is not used, so cmake use installed boost1.71 instead of manually-specified boost1.60.
**Build Error Description**
cmake …