summaryrefslogtreecommitdiff
path: root/i/marvin/runtime/rc
diff options
context:
space:
mode:
Diffstat (limited to 'i/marvin/runtime/rc')
-rw-r--r--i/marvin/runtime/rc/config6
1 files changed, 6 insertions, 0 deletions
diff --git a/i/marvin/runtime/rc/config b/i/marvin/runtime/rc/config
index 6be1ca2..397f4e7 100644
--- a/i/marvin/runtime/rc/config
+++ b/i/marvin/runtime/rc/config
@@ -33,6 +33,12 @@ motor.pStatMotor = 0
# Can be specialized for a specific module
# For example, with the module asserv
# log.level.asserv = "debug"
+# The same for the logger used to log
+# Possible values are :
+# - null : no log, optimized for time ;
+# - stdout : to stdout ;
+# log.logger.default = "stdout"
+# log.logger.asserv = "null"
### Exemples
foo = "toto"