Changes

Jump to navigation Jump to search
Line 17: Line 17:     
This is a list of configuration sections in {{Code|sweets.conf}} files. Each section belongs to particular application and might be optional in the final system.
 
This is a list of configuration sections in {{Code|sweets.conf}} files. Each section belongs to particular application and might be optional in the final system.
 +
 +
<div id="main"><big>'''[main]'''</big></div>
 +
 +
General purpose section.
 +
 +
* {{Code|debug}}<br>Logging verbosity level:
 +
:: {{Code|0}}, log only errors and warning,
 +
:: {{Code|1}}, additionally log info messages,
 +
:: {{Code|2}}, additionally log debug messages,
 +
:: {{Code|3}}, additionally log trace messages.
    
<div id="client"><big>'''[client]'''</big></div>
 
<div id="client"><big>'''[client]'''</big></div>
    
Configure [[Platform_Team/Sugar_Network/Implementation#sugar-network-client|sugar-network-client]], a [[Sugar Network]] client application from {{Code|sugar-network}} package. To get the full list of available configure options, call the {{Code|sugar-network-client config}} command.
 
Configure [[Platform_Team/Sugar_Network/Implementation#sugar-network-client|sugar-network-client]], a [[Sugar Network]] client application from {{Code|sugar-network}} package. To get the full list of available configure options, call the {{Code|sugar-network-client config}} command.
 +
 +
<div id="stabilities"><big>'''[stabilities]'''</big></div>
 +
 +
One more [[Sugar Network]] related section. By default, only stable Sugar Activity implementations will be fetched from the Sugar Network. To customize stability selection, add exceptions to the this section. Each option should conform the format {{Code|CONTEXT <nowiki>=</nowiki> [[Sugar_Network/Recipe_Specification#Software_stability_levels|STABILITIES]]}}.
 +
 +
For example:
 +
 +
[stabilities]
 +
org.somosazucar.ServidorVNC = stable,testing
    
<div id="shell"><big>'''[shell]'''</big></div>
 
<div id="shell"><big>'''[shell]'''</big></div>

Navigation menu