# 
# OBS Light configuration file
#

[editor]
# Command to use to start another command in a terminal emulator.
# "%(title)s" will be replaced by an appropriate title for the window.
# "xterm -T %(title)s -e" by default, but we suggest:
#   "/usr/bin/konsole -p LocalTabTitleFormat=%%w --title %(title)s -e" if running KDE
#   "/usr/bin/gnome-terminal -t %(title)s -x" if running Gnome
console=xterm -T %(title)s -e

# Command to use to open a file when double clicking on it
# in the local directory or chroot browsers.
# We suggest "/usr/bin/xdg-open".
openFile=

[logger]
# Format for the logs, using Python's logging module syntax
# See http://docs.python.org/library/logging.html#logrecord-attributes
obslight=%(asctime)s %(name)s %(levelname)s: %(message)s

# The GUI also supports HTML tags
obslightgui=<font color="#0000FF">%(asctime)s</font> <font color="#009F00">%(name)s %(levelname)s</font>: %(message)s

# Logger Level {DEBUG,INFO,WARNING,ERROR,CRITICAL}
level=INFO

[Thread]
#Set the maximum number of thread.
max=10

[Socket]
#Set the DefaultTimeOut of the socket if the value==-1, no TimeOut.
DefaultTimeOut=-1

[httpBuffer]
#BufferEnable=0 No buffer,BufferEnable=1 the http/https requests are execute ones, and the results are store.
BufferEnable=1

