File tree 2 files changed +4
-2
lines changed
ncm-metaconfig/src/main/metaconfig/named
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ type named_zone = {
96
96
};
97
97
98
98
type named_channel_name = string with
99
- exists (" /software/components/metaconfig/services/{/etc/named.conf}/contents/logging/" + SELF) ||
99
+ exists (" /software/components/metaconfig/services/{/etc/named.conf}/contents/logging/channels/ " + SELF) ||
100
100
error (SELF + " doesn't refer to a logging channel" );
101
101
102
102
@{
Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ prefix "/software/components/metaconfig/services/{/etc/named.conf}/contents";
7
7
" logging/channels/default_debug" = dict (
8
8
" severity" , " dynamic" ,
9
9
" file" , " data/named.run" );
10
- " logging/category" = dict ();
10
+ " logging/category" = dict (
11
+ " queries" , list (" default_debug" ),
12
+ );
11
13
" includes" = append (" /etc/named.rfc1912.zones" );
12
14
" includes" = append (" /etc/another.conf" );
13
15
You can’t perform that action at this time.
0 commit comments