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/config4
1 files changed, 3 insertions, 1 deletions
diff --git a/i/marvin/runtime/rc/config b/i/marvin/runtime/rc/config
index 3292279..de0bf14 100644
--- a/i/marvin/runtime/rc/config
+++ b/i/marvin/runtime/rc/config
@@ -37,7 +37,9 @@ motor.pStatMotor = 0
# Possible values are :
# - null : no log, optimized for time ;
# - stdout : to stdout ;
-# - file:/path/filename : to a file.
+# - file:/path/filename : to a file ;
+# - ram : in a circular buffer for getting it at the end of the program by
+# network.
# log.logger.default = "stdout"
# log.logger.asserv = "null"