From 0b6b57f9acaa2ec648bf582ff67851331f8e6eef Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 14 Mar 2016 14:38:45 +0300 Subject: Use serializable transaction isolation level --- brep/module | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'brep/module') diff --git a/brep/module b/brep/module index 52106cd..3796399 100644 --- a/brep/module +++ b/brep/module @@ -62,7 +62,7 @@ namespace brep const basic_mark info (severity::info, \ this->log_writer_, \ __PRETTY_FUNCTION__); \ - const basic_mark trace (severity::info, \ + const basic_mark trace (severity::trace, \ this->log_writer_, \ __PRETTY_FUNCTION__) @@ -76,7 +76,8 @@ namespace brep // Trace verbosity level. // // 0 - tracing disabled. - // 1 - @@ TODO: document + // 1 - brief information regarding irregular situations, which not being + // an error can be of some interest. // 2 - @@ TODO: document // // While uint8 is more than enough, use uint16 for the ease of printing. -- cgit v1.1