apache / logging-log4cxx

Apache Log4cxx is a C++ port of Apache Log4j
http://logging.apache.org/log4cxx
Apache License 2.0
278 stars 122 forks source link

Prevent abnormal termination when telnet appender has no layout #382

Closed swebb2066 closed 6 months ago

swebb2066 commented 6 months ago

Sending just the log message seems a reasonable default when a layout is not specified in the configuration. Currently Log4cxx causes abnormal termination in this case.

Also, the number of allowed connections was not documented and could not be configured.