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