Browse Source

- add some parameter for acc testing

git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@3598 689a6050-402a-0410-94f2-e92a70836424
Henning Westerholt 17 years ago
parent
commit
d2cb6daf6a
1 changed files with 4 additions and 1 deletions
  1. 4 1
      test/unit/20.cfg

+ 4 - 1
test/unit/20.cfg

@@ -3,7 +3,7 @@
 #------------------------Global configuration----------------------------------
 debug=3
 fork=yes
-log_stderror=no
+log_stderror=yes
 listen=127.0.0.1
 port=5059
 dns=no
@@ -28,6 +28,9 @@ modparam("usrloc", "db_mode", 3)
 modparam("usrloc", "db_url", "mysql://openser:openserrw@localhost/openser")
 modparam("acc", "log_level", 3)
 modparam("acc", "log_flag", 1)
+modparam("acc", "log_level", 2)
+modparam("acc", "log_facility", "LOG_DAEMON")
+
 #-----------------------Routing configuration---------------------------------#
 route{
 if (!mf_process_maxfwd_header("10")) {