Now I’m trying to get a more detailed log when running the my check job on the web-ui. I tried adding each of the following as an option:
-v
-verbose
-d
-debug
v
d
verbose
debug
But exactly one of them works (it gives me the “invalid option” error each time). I’m starting to wonder what the option feature in the web-ui is actually for. Except for
Could someone explain?
Edit: I found the answer myself. Up until today’s release of web-ui 1.2.0 global options where apparently not allowed. But now they are:
But regardless of adding more options (which is, of course, great), I think that as long as not all options are supported, it would be incredibly helpful if those options were presented to the user to select (e.g. with check boxes) so that you don’t have to try out everything by running the job, only to find that nothing works anyway.