OSDN Git Service

update comment of debug option
authorSeiji Munetoh <munetoh@jp.ibm.com>
Thu, 5 Jan 2012 07:22:30 +0000 (16:22 +0900)
committerSeiji Munetoh <munetoh@jp.ibm.com>
Thu, 5 Jan 2012 07:22:30 +0000 (16:22 +0900)
dist/ptsc.conf.in

index e73c8eb..2114a55 100644 (file)
@@ -15,9 +15,16 @@ openpts.version=@VERSION@
 
 #
 # Logging&Debug
-# logging.file=./openpts.log
-logging.location=syslog
+# 
+# Normal
+#  debug.mode=0x0
+#  logging.location=syslog
+# With debug msg. (syslog does not show debug messages by default. use log file)
+#  debug.mode=0x09
+#  logging.file=/tmp/openpts.log
+#
 debug.mode=0x0
+logging.location=syslog
 
 #
 # Platform metadata (SMBIOS) - TBD