From cac2e5f6091454f367fdba96fc62e583cdc13f56 Mon Sep 17 00:00:00 2001 From: ramon Date: Mon, 17 Oct 2016 12:25:17 +0000 Subject: [PATCH] =?UTF-8?q?#718:=20Cambiar=20nivel=20de=20depuraci=C3=B3n?= =?UTF-8?q?=20por=20defecto=20de=20OGAgent=20a=20INFO=20en=20vez=20de=20DE?= =?UTF-8?q?BUG.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://opengnsys.es/svn/branches/version1.1@5039 a21b9725-9963-47de-94b9-378ad31fedc9 --- src/cfg/ogagent.cfg | 10 +++++----- src/cfg/ogclient.cfg | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/cfg/ogagent.cfg b/src/cfg/ogagent.cfg index 11b1483..b8442a9 100644 --- a/src/cfg/ogagent.cfg +++ b/src/cfg/ogagent.cfg @@ -10,12 +10,12 @@ path=test_modules/server remote=https://192.168.2.10/opengnsys/rest # Log Level, if ommited, will be set to INFO -log=DEBUG +log=INFO # Module specific # The sections must match the module name # This section will be passes on activation to module -[Sample1] -value1=Mariete -value2=Yo -remote=https://172.27.0.1:9999/rest +#[Sample1] +#value1=Mariete +#value2=Yo +#remote=https://172.27.0.1:9999/rest diff --git a/src/cfg/ogclient.cfg b/src/cfg/ogclient.cfg index e1a9b07..4c6594c 100644 --- a/src/cfg/ogclient.cfg +++ b/src/cfg/ogclient.cfg @@ -1,11 +1,11 @@ [opengnsys] # Log Level, if ommited, will be set to INFO -log=DEBUG +log=INFO # Module specific # The sections must match the module name # This section will be passes on activation to module -[Sample1] -value1=Mariete -value2=Yo -remote=https://172.27.0.1:9999/rest \ No newline at end of file +#[Sample1] +#value1=Mariete +#value2=Yo +#remote=https://172.27.0.1:9999/rest