On 26 April 2018 at 10:26, Conrad Djedjebi <conrad.djedjebi@linaro.org> wrote:Good morning everyone,Changing to the lava-users mailing list.I am looking for some advice with the LAVA Scheduler App.I noticed the file /etc/lava-server/settings.conf is not allowing users to activate debug messages from the LAVA Scheduler App.settings.conf is for Django settings (which includes support for DEBUG = True) and that can be enabled on any development instance.There is also the django-toolbar which can be used for UI work.Is there a way to activate debug messages in LAVA Scheduler App? If it is the case, which file shall I edit?In the file /lava_scheduler_app/models.py for instance, some loggers are being called. However, their outputs are not appearing during the job process.logging goes into the lava-master logs typically.Django exceptions go into the django.logThere is more on this in the documentation.https://staging.validation.linaro.org/static/docs/v2/ development.html#developer- access-to-django-shell