summaryrefslogtreecommitdiff
path: root/i/marvin/runtime
diff options
context:
space:
mode:
authordufourj2006-03-13 20:32:08 +0000
committerdufourj2006-03-13 20:32:08 +0000
commitbf8ce965b3f09ee38a4ab30c14f0c55abe9f0abe (patch)
tree323befd2989619e718097f79d6c940d46e4fd0a7 /i/marvin/runtime
parent4d1aa4568413c4266375dc26bde0cb3d57dbe01c (diff)
Config :
- getter avec valeur par défaut. Log : - plus besoin de try ; - valeur par défaut du niveau de log en dure (plus besoin de la mettre dans config).
Diffstat (limited to 'i/marvin/runtime')
-rw-r--r--i/marvin/runtime/rc/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/i/marvin/runtime/rc/config b/i/marvin/runtime/rc/config
index d01fb8a..6be1ca2 100644
--- a/i/marvin/runtime/rc/config
+++ b/i/marvin/runtime/rc/config
@@ -29,7 +29,7 @@ motor.pStatMotor = 0
### Log
# Default minimum level outputed
-log.level.default = "info"
+# log.level.default = "debug"
# Can be specialized for a specific module
# For example, with the module asserv
# log.level.asserv = "debug"