Set log level to DEBUG again

This commit is contained in:
Gerber, Mike 2019-06-21 12:09:44 +02:00
parent 2b2c39d6d4
commit f94230c587

View file

@ -1,5 +1,5 @@
#!/bin/bash
LOG_LEVEL='INFO'
LOG_LEVEL='DEBUG'
set -e # Abort on error