I have been following some fundamental training on scripts and have read how you can the LOGGER function to help debug scripts.
My problem
LOGGER('debug', 'HELLO WORLD') does not show in the debug.log file (Administration->Logging->Logs)
LOGGER('info', 'HELLO WORLD') does also not work
LOGGER('error', 'HELLO WORLD') does show up however.
I have tried running all of these commands both in the Interactive Script Editor and in separate Script Functions.
How do I configure Appway to show debug and info entries in the debug.log file too?
I have been following some fundamental training on scripts and have read how you can the LOGGER function to help debug scripts.
My problem
LOGGER('debug', 'HELLO WORLD') does not show in the debug.log file (Administration->Logging->Logs)
LOGGER('info', 'HELLO WORLD') does also not work
LOGGER('error', 'HELLO WORLD') does show up however.
I have tried running all of these commands both in the Interactive Script Editor and in separate Script Functions.
How do I configure Appway to show debug and info entries in the debug.log file too?
Kind regards,
Simon Verhoeven