diff options
author | Paul J. Davis <paul.joseph.davis@gmail.com> | 2014-08-11 14:13:56 -0500 |
---|---|---|
committer | Paul J. Davis <paul.joseph.davis@gmail.com> | 2014-08-11 14:13:56 -0500 |
commit | e01e3a4f742222327dc84e0f0ba6818c11ed4213 (patch) | |
tree | 65800a65d3fec6f674b1549fa7ee17f7cd509ce6 /share | |
parent | 99a5a0ba9f964d0e91b49f7408c0191a861fbc9c (diff) | |
download | couchdb-e01e3a4f742222327dc84e0f0ba6818c11ed4213.tar.gz |
Disabling this assertion until we figure out lager
The change to lager changed how w configure logging in CouchDB. We'll
need to figure out if we want to update things so that we can configure
lager from the INI files at which point we can either reenable this test
or remove it.
Diffstat (limited to 'share')
-rw-r--r-- | share/www/script/test/config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/www/script/test/config.js b/share/www/script/test/config.js index 193aa89bc..37b339b99 100644 --- a/share/www/script/test/config.js +++ b/share/www/script/test/config.js @@ -53,7 +53,7 @@ couchTests.config = function(debug) { T(config.couchdb.database_dir); T(config.daemons.httpd); T(config.httpd_global_handlers._config); - T(config.log.level); + // T(config.log.level); T(config.query_servers.javascript); // test that settings can be altered, and that an undefined whitelist allows any change |