diff options
author | Ed Tanous <ed.tanous@intel.com> | 2018-03-16 13:53:05 -0700 |
---|---|---|
committer | Ed Tanous <ed.tanous@intel.com> | 2018-04-22 18:13:44 +0000 |
commit | ac093318ac41bb5306d19d01824f79d0d3488840 (patch) | |
tree | 054480214b547cf142a557d97347ff299619d92f /src | |
parent | 6c23301557b872240683babe6ab75c423a39e263 (diff) | |
download | bmcweb-ac093318ac41bb5306d19d01824f79d0d3488840.tar.gz bmcweb-ac093318ac41bb5306d19d01824f79d0d3488840.zip |
Disable logging when in release mode
This increases the performance of the webserver quite a bit.
Change-Id: I20714d89163cf30c65afd18d16f4fd16c06824d5
Signed-off-by: Ed Tanous <ed.tanous@intel.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/crow_test.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/crow_test.cpp b/src/crow_test.cpp index 942095d..a3c9ed9 100644 --- a/src/crow_test.cpp +++ b/src/crow_test.cpp @@ -1,5 +1,3 @@ -//#define CROW_ENABLE_LOGGING -#define CROW_ENABLE_DEBUG #include <iostream> #include <sstream> #include <vector> |