aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2008-04-15 15:13:08 +0000
committerMartin Willi <martin@strongswan.org>2008-04-15 15:13:08 +0000
commit1822ca740bee3269280db91924e5503dba9a75c4 (patch)
treef633580c5644278ce8fb81323fd1f4b033601fa0 /src
parentf722fa31dbdecc0a7a6f6671d8c5c0cea0ccc5fa (diff)
downloadstrongswan-1822ca740bee3269280db91924e5503dba9a75c4.tar.bz2
strongswan-1822ca740bee3269280db91924e5503dba9a75c4.tar.xz
disabled SQL logging by default, as tests scenarios do not have a logging table
Diffstat (limited to 'src')
-rw-r--r--src/charon/plugins/sql/sql_logger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charon/plugins/sql/sql_logger.c b/src/charon/plugins/sql/sql_logger.c
index 901720c28..2fb5844b3 100644
--- a/src/charon/plugins/sql/sql_logger.c
+++ b/src/charon/plugins/sql/sql_logger.c
@@ -140,7 +140,7 @@ sql_logger_t *sql_logger_create(database_t *db)
this->recursive = FALSE;
this->level = lib->settings->get_int(lib->settings,
- "charon.plugins.sql.loglevel", 1);
+ "charon.plugins.sql.loglevel", -1);
return &this->public;
}