summaryrefslogtreecommitdiffstats
path: root/cfg/ogclient.json
Commit message (Collapse)AuthorAgeFilesLines
* src: improve loggingJose M. Guisado2022-06-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Adds new logging handler redirecting messages to the log file located in the Samba shared directory (applies to live mode clients, i.e: ogLive) Parses log level configuration from ogclient.json. See: { "opengnsys": { ... "log": "INFO", ... } ... } Adds --debug option to set root logger level to DEBUG when starting ogClient. Overrides log level from config file. In addition: - Replaces any occurence of print with a corresponding logging function. - Unsets log level for handlers, use root logger level instead. - Default level for root logger is INFO. - Replaces level from response log messages to debug (ogRest)
* #1060 virtual: enable audio and wifi vfio by defaultJose M. Guisado2021-09-011-1/+5
|
* Rename 'linux' mode to 'live' modeRoberto Hueso Gómez2020-06-051-1/+1
| | | | 'linux' represents ogLive mode that is the reason for the rename.
* Fix typo in configuration jsonRoberto Hueso Gómez2020-05-151-1/+1
|
* Switch config file to jsonRoberto Hueso Gómez2020-05-131-0/+19
This patch makes configuration parsing easier as well as making the full configuration available in many subclasses.