1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

Feature #924: Update ozones and sunstone logs with :debug_devel

(cherry picked from commit fc30b2a2c58a9b2742b3cadbd4c2db4d8218c040)
This commit is contained in:
Hector Sanjuan 2012-03-01 16:53:16 +01:00 committed by Ruben S. Montero
parent 42ee95d0c8
commit 95219a9ada
3 changed files with 7 additions and 2 deletions

View File

@ -19,7 +19,7 @@
##############################################
######################
# DB Options
# DB Options
######################
:databasetype: sqlite
@ -27,6 +27,9 @@
#:htaccess: /var/www/.htaccess
:dbdebug: no
# 0 = ERROR, 1 = WARNING, 2 = INFO, 3 = DEBUG
:debug_level: 3
#####################
# Server Configuration
#####################

View File

@ -95,7 +95,6 @@ set :port, config[:port]
use Rack::Session::Pool, :key => 'ozones'
#Enable logger
disable :logging
include CloudLogger
enable_logging OZONES_LOG, settings.config[:debug_level].to_i

View File

@ -1,6 +1,9 @@
# OpenNebula sever contact information
:one_xmlrpc: http://localhost:2633/RPC2
# 0 = ERROR, 1 = WARNING, 2 = INFO, 3 = DEBUG
:debug_level: 3
# Server Configuration
:host: 127.0.0.1
:port: 9869