Edit
Edit
Set logging level to , all other options will not be modified:
				
					{
    "id": "_ID_",
    "method": "hub.log.local.set",
    "params": {
        "severity": "INFO"
    }
}				
			
Edit
				
					{
    "error": null,
    "id": "_ID_",
    "result": {}
}				
			
Edit
Call
Set logging level to , turn logs colouring on, indent JSON objects using 8 spaces for maximum JSON objects pretty-printing.
				
					{
    "id": "_ID_",
    "method": "hub.log.local.set",
    "params": {
        "severity": "DEBUG",
        "color": true,
        "indent": 8
    }
}				
			
For every changed hub setting the hub.setting.updated broadcast will occur.