3991. [func] Add the ability to buffer logging output by specifying

"buffered yes;" when defining a channel. [RT #26561]
This commit is contained in:
Mark Andrews
2014-10-30 11:37:05 +11:00
parent a5c7cfbac4
commit 00fb0253c9
8 changed files with 41 additions and 8 deletions

View File

@@ -37,6 +37,13 @@ logging {
};
category default { default_log; default_debug; };
category lame-servers { null; };
channel query_log {
file "query_log";
print-time yes;
buffered yes;
};
category queries { query_log; };
};
controls {