Hi everyone,

I want to change the default path of MEDIA_ROOT and ARCHIVE_ROOT.
So in /etc/lava-server-settings.conf I wrote this :
"MEDIA_ROOT": "/data/lava/var/lib/lava-server/default/media",
 "ARCHIVE_ROOT": "/data/lava/var/lib/lava-server/default/archive",

This seems to work but the web UI doesn't display the job output and when I try to download 
the plain log, it returns an error saying it can't be found. 
Could you tell me what should I do to make the web ui find the job outputs ?

Best regards,
Axel