Hello Vamonos, hats off to this piece of software. Frankly I wasnt able to find any other software that was able to do so much for free.
For some reason, when I change the Admin > Log Files settings and Save I am getting the below error
Grails Runtime Exception
Error Details
Error 500: Executing action [save] of controller [vsconsole.GeneralConfigController] caused exception: Runtime error executing action
Servlet: grails
URI: /vsconsole/grails/generalConfig/save.dispatch
Exception Message: No such property: configAttribute for class: vsconsole.GeneralConfigController
Caused by: No such property: configAttribute for class: vsconsole.GeneralConfigController
Class: GeneralConfigController
At Line: [41]
Code Snippet:
Stack Trace
groovy.lang.MissingPropertyException: No such property: configAttribute for class: vsconsole.GeneralConfigController
at vsconsole.GeneralConfigController$_closure2_closure3.doCall(GeneralConfigController.groovy:42)
at vsconsole.GeneralConfigController$_closure2.doCall(GeneralConfigController.groovy:41)