Updated the date in the renderer-service-upnp.changes file
[profile/ivi/renderer-service-upnp.git] / renderer-service-upnp.conf.in
1 # Configuration file for renderer-service-upnp
2 #
3 #
4 #
5 # General configuration options
6 [general]
7
8 # true: Service always stay in memory running
9 # false: Service quit when the last client disconnects.
10 never-quit=@never_quit@
11
12 # Log configuration options
13 [log]
14
15 # Define the logging output method. 3 technologies are defined:
16 #
17 # 0=Syslog
18 # 1=GLib
19 # 2=File
20 log-type=@with_log_type@
21
22 # Comma-separated list of logging level.
23 # Log levels are: 1=critical, 2=error, 3=warning, 4=message, 5=info, 6=debug
24 #
25 # Allowed values for log-levels are
26 # 0 = disabled
27 # 7 = default (=1,2,5)
28 # 8 = all (=1,2,3,4,5,6)
29 # 1,..,6 = a comma separated list of log level
30 #
31 # IMPORTANT: This log level is a subset of the log level defined at compile time
32 # You can't enable levels disabled at compile time
33 # level=8 means all level flags defi ned at compile time.
34 log-level=@with_log_level@