diff options
author | Javier Sánchez Parra <jsanchez@soleta.eu> | 2020-04-17 10:18:01 +0200 |
---|---|---|
committer | Javier Sánchez Parra <jsanchez@soleta.eu> | 2020-04-22 10:39:02 +0200 |
commit | 0807ec76ed82d56048b3d5e89729e9ca0d67133f (patch) | |
tree | 85550349c0a2ba050d96dd51944d61becefbd261 /cfg | |
parent | b576836e4331fe8c2e3b92d343af0e2d5670d6c0 (diff) |
Add realtime log menu
We observed that with the new ogClient the ogLive did not show the
realtime log menu*.
This commit changes the ogClient to launch the browser and show the
realtime log menu when some commands are executed.
* The realtime log menu is a menu that shows current status and info
about the command that the ogLive is executing.
Diffstat (limited to 'cfg')
-rw-r--r-- | cfg/ogclient.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cfg/ogclient.cfg b/cfg/ogclient.cfg index a006eca..634382d 100644 --- a/cfg/ogclient.cfg +++ b/cfg/ogclient.cfg @@ -1,6 +1,7 @@ [opengnsys] ip=127.0.0.1 url=https://127.0.0.1/opengnsys/varios/menubrowser.php +url_log=http://localhost/cgi-bin/httpd-log.sh port=8889 # Log Level, if ommited, will be set to INFO log=DEBUG |