2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-28 20:47:48 +00:00

12 Commits

Author SHA1 Message Date
Andrei Pavel
fd1d47e7a5
[#2537] allow logger severity inheritance
Inheritance of severity + debug level is already supported by log4cplus.
This is already tested in:
* LoggerTest.SeverityInheritance
* LoggerTest.EffectiveSeverityInheritance
* LoggerTest.DebugLevelInheritance

To benefit from inheritance, the user first has to be able to omit the
severity. As a result, a missing severity no longer throws an
exception. The exception did not even do a good job of preventing wrong
severity values. Try configuring "severity": "FOO" to see that it does
not get caught on this point.
2022-08-26 18:39:15 +03:00
Razvan Becheriu
ef8d005e91
[#2172] fixed unittests 2021-11-19 20:48:22 +02:00
Andrei Pavel
efa7213ae1
[#2130] throw exception if maxsize is too lage 2021-11-19 17:35:49 +02:00
Andrei Pavel
e661499773
[#2130] allow maxsize past INT_MAX 2021-11-19 17:35:47 +02:00
Francis Dupont
63dc38deae [#1515] Addressed known bugs 2021-04-09 16:32:06 +02:00
Andrei Pavel
c53e135833
[#1656] 1.9.4 release: update copyrights 2021-01-25 13:52:09 +02:00
Andrei Pavel
96f049b111
[#1656] 1.9.4 release: spelling check 2021-01-25 13:52:09 +02:00
Thomas Markwalder
e91372f274 [#665,!460] Updated following preliminary review
doc/examples/kea4/all-keys-current.json
    Added pattern

doc/sphinx/arm/logging.rst
    Revamped a bit

src/lib/process/tests/log_parser_unittests.cc
    Updated to test pattern parsing
2019-08-14 10:57:56 +02:00
Francis Dupont
f45fe7b7e3 [381-bad-config-crashes-ca-or-d2-servers-even-with-c] Added a not regression unit test 2019-01-11 08:23:43 -05:00
Francis Dupont
005602d0a3 [148-lib-process-servers-without-arguments] trailing spaces 2018-10-19 23:35:35 +02:00
Tomek Mrugalski
1c29e58e0a [#25,!14] libprocess code now compiles and unit-tests pass 2018-09-07 16:40:06 +02:00
Tomek Mrugalski
964834c928 [#25,!14] Logging related files moved to process 2018-09-07 16:40:06 +02:00