aboutsummaryrefslogtreecommitdiff
path: root/brep/module
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-03-14 14:38:45 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-03-17 12:59:35 +0300
commit0b6b57f9acaa2ec648bf582ff67851331f8e6eef (patch)
tree7ce5da6a1c37f3674762d5514b0a34bf05e38df7 /brep/module
parent637d5650b91cb1da2605e5f7049ccc8bab5591f3 (diff)
Use serializable transaction isolation level
Diffstat (limited to 'brep/module')
-rw-r--r--brep/module5
1 files changed, 3 insertions, 2 deletions
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.