Loading sub-menu...

1.3.0 Release Candidate Process

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (4)

View Page History
h4. Configurable logger

In this version, specifying where the logs are stored, the minimum level showed and whether the logs rotate or not is very simple:

{code:none}
[logger]
path = /var/log/galicaster/galicaster.log
level = DEBUG
rotate = True
{code}

{note:title=Be Careful}
Make sure Galicaster has write permissions in the directory where the logs are to be kept.
{note}

Galicaster can also use the system log (syslog) instead:

{code:none}
[logger]
use_syslog = True
{code}


{anchor:rest}
h4. REST Plugin
The REST endpoint plugin for Galicaster is a module to provide an experimental endpoint interface to access some parameters and features of Galicaster.

If activated, the REST plugin will response in the 0.0.0.0 localhost address through the 8080 port.

Current endpoints include:
* */screen* : get a screenshoot of the active


Activating this plugin as simple as:
{code:none}
[plugins]
rest = True
{code}

{anchor:metadata}
h4. Galicaster 1.3 Metadata Treatment