}
else {
if (!::arg().mustDo("enable-old-settings")) {
- startupLog->info(Logr::Error, "Old-style settings syntax not enabled by default anymore. Use YAML or enable with --enable-old-settings on the command line", "configname", Logging::Loggable(configname));
+ startupLog->info(Logr::Error, "Old-style settings syntax not supported by default anymore", "configname", Logging::Loggable(configname));
+ startupLog->info(Logr::Error, "Convert to YAML settings. If not feasible use --enable-old-settings on the command line. This option will be removed in a future release.");
return EXIT_FAILURE;
}
+ startupLog->info(Logr::Warning, "Convert to YAML settings. The --enable-old-settings option on the command line will be removed in a future release.");
}
}
- Socket Address
- ...
recurse: Boolean, default false
- allow_notify: Boolean, default false
+ notify_allowed: Boolean, default false
An example of a ``forward_zones`` entry, which consists of a sequence of `Forward Zone`_ entries:
- name: optional group name
forwarders: [] Sequence of SocketAddress
recurse: bool, default false
- notify: bool, default false
+ notify_allowed: bool, default false
Names instead of IP addresess can be used for ``addresses`` if :ref:`setting-yaml-recursor.system_resolver_ttl` is set.
An example of a :ref:`setting-yaml-recursor.forwarding_catalog_zones` entry, which is a sequence of `ForwardingCatalogZone`_: