#718: Cambiar nivel de depuración por defecto de OGAgent a INFO en vez de DEBUG.

git-svn-id: https://opengnsys.es/svn/branches/version1.1@5039 a21b9725-9963-47de-94b9-378ad31fedc9
oglive
ramon 2016-10-17 12:25:17 +00:00
parent f58562e147
commit cac2e5f609
2 changed files with 10 additions and 10 deletions

View File

@ -10,12 +10,12 @@ path=test_modules/server
remote=https://192.168.2.10/opengnsys/rest remote=https://192.168.2.10/opengnsys/rest
# Log Level, if ommited, will be set to INFO # Log Level, if ommited, will be set to INFO
log=DEBUG log=INFO
# Module specific # Module specific
# The sections must match the module name # The sections must match the module name
# This section will be passes on activation to module # This section will be passes on activation to module
[Sample1] #[Sample1]
value1=Mariete #value1=Mariete
value2=Yo #value2=Yo
remote=https://172.27.0.1:9999/rest #remote=https://172.27.0.1:9999/rest

View File

@ -1,11 +1,11 @@
[opengnsys] [opengnsys]
# Log Level, if ommited, will be set to INFO # Log Level, if ommited, will be set to INFO
log=DEBUG log=INFO
# Module specific # Module specific
# The sections must match the module name # The sections must match the module name
# This section will be passes on activation to module # This section will be passes on activation to module
[Sample1] #[Sample1]
value1=Mariete #value1=Mariete
value2=Yo #value2=Yo
remote=https://172.27.0.1:9999/rest #remote=https://172.27.0.1:9999/rest