Always show console.log

Right now console.log output will only be shown when the debug mode is enabled.
This comes with various different issues:

  • I’m constantly running my development instance in debug mode

but much worse:

  • Users on hosted instances can’t provide JS logs

I’d appreciate if we could change this behavior and console.log would be shown all the time.

solved with https://github.com/nextcloud/server/pull/1270 :slight_smile: