<chapter xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="kea-config">
<title>Kea Configuration</title>
- <para>Kea uses JSON structures to represent servers' configurations.
+ <para>Kea uses JSON structures to represent server configurations.
The following sections describe how the configuration structures are
organized.
</para>
ignored. This commenting can span multiple lines.</simpara>
</listitem>
<listitem>
- <simpara>File inclusion: JSON files can include other JSON
- files. This can be done by using <?include
+ <simpara>File inclusion: JSON files can include other JSON files by using a statement of the form <?include
"file.json"?>.</simpara>
</listitem>
</itemizedlist>
(the "loggers" object) moved inside the configuration objects (maps) for
the respective Kea modules. For example, the "Dhcp4" map will contain the
"loggers" object specifying logging configuration for the DHCPv4
- server. Backward compatibility will be maintained until at least the Kea
- 1.7.0 release; it will be possible to specify the "Logging" object
+ server. Backward compatibility will be maintained until at least Kea
+ 1.7.0; it will be possible to specify the "Logging" object
at the top configuration level and "loggers"
objects at the module configuration level. Ultimately, support for the
top-level "Logging" object will be removed.