commit | 02c1c85b64408ac7fac08c09058972f672dc74e1 | [log] [tgz] |
---|---|---|
author | Rico Lin <rlin@vexxhost.com> | Thu Sep 14 13:10:27 2023 +0800 |
committer | GitHub <noreply@github.com> | Thu Sep 14 13:10:27 2023 +0800 |
tree | 1acdb2898b42fe83ddecec443aa50eaea0e3bae8 | |
parent | 32bf786dae368e65cc46ed44a5380b42e08eaf60 [diff] | |
parent | caf714ba1b5ee8005993629747439148aa2ba0d0 [diff] |
Merge pull request #112 from vexxhost/add-debug-to-devstack Enable debug for devstack by default
diff --git a/hack/stack.sh b/hack/stack.sh index b3ba372..6830d57 100755 --- a/hack/stack.sh +++ b/hack/stack.sh
@@ -49,6 +49,8 @@ # Create staffeln configuration file cat <<EOF > /etc/staffeln/staffeln.conf +[DEFAULT] +debug = True [conductor] backup_workers = 1 rotation_workers = 1