summaryrefslogtreecommitdiff
path: root/i/marvin/runtime/rc
diff options
context:
space:
mode:
authordufourj2006-04-16 17:38:16 +0000
committerdufourj2006-04-16 17:38:16 +0000
commite5996fa7074b11bce48b125756051d09de438533 (patch)
treea97f16cfe907c4f5fcee16cdc9e669b3cba78374 /i/marvin/runtime/rc
parent5f121df3f678f5961b0959b5cc19fd6ec545bf47 (diff)
Log :
- rajout du logger en ram avec factory ; TODO : - rajouter le serveur pour récupérer les données à la fin du programme ; - voir pour un paramêtre pour la taille du buffer depuis le fichier de config.
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"