that sending signals is possible (for configuration reload or shutdown). It is also
able to print out a status.<br/><br/>
-# The capability to share the same configuration file between servers and
- agents, and the Logging toplevel entry, were removed in 1.7.9.
+ agents, and the Logging toplevel entry, were removed in 1.7.10.
*/
"loggers" object) moved inside the configuration objects (maps) for the
respective Kea modules. For example: the "Dhcp4" map contains the
"loggers" object specifying logging configuration for the DHCPv4
- server. Backward compatibility is maintained until Kea 1.7.9
+ server. Backward compatibility is maintained until Kea 1.7.10
release; it will be possible to specify the "Logging" object at the top
configuration level and "loggers" objects at the module configuration
level. Finally, support for the top-level "Logging" object was
- removed in Kea 1.7.9.
+ removed in Kea 1.7.10.
The specification of several supported elements (e.g. "Dhcp4",
"Dhcp6") in a single configuration file can be confusing and works
In the current Kea release it is possible to specify configurations
of multiple modules within a single configuration file, but this is
- not recommended and support for it was removed in 1.7.9 release,
+ not recommended and support for it was removed in 1.7.10 release,
including the ``Logging`` object: its previous content, the list
of loggers, must now be inside the ``Dhcp4`` object.
In the current Kea release it is possible to specify configurations
of multiple modules within a single configuration file, but this is
- not recommended and support for it was removed in 1.7.9 release,
+ not recommended and support for it was removed in 1.7.10 release,
including the ``Logging`` object: its previous content, the list
of loggers, must now be inside the ``Dhcp6`` object.
The logging system in Kea is configured through the loggers entry in the
server section of your configuration file. In previous Kea releases this
entry was in an independent Logging section; this was still supported
-for backward compatibility until Kea 1.7.8 included.
+for backward compatibility until Kea 1.7.9 included.
Loggers
-------
-// File created from ../../../src/lib/process/process_messages.mes on Mon Jun 22 2020 17:22
+// File created from ../../../src/lib/process/process_messages.mes on Mon Jun 29 2020 16:06
#include <cstddef>
#include <log/message_types.h>
-// File created from ../../../src/lib/process/process_messages.mes on Mon Jun 22 2020 17:22
+// File created from ../../../src/lib/process/process_messages.mes on Mon Jun 29 2020 16:06
#ifndef PROCESS_MESSAGES_H
#define PROCESS_MESSAGES_H