Release 0.10.1

* [BUGFIX] Fix broken log-level for values other than debug. #560

Signed-off-by: SuperQ <superq@gmail.com>
This commit is contained in:
SuperQ
2022-01-14 17:22:03 +01:00
parent 017e060f2f
commit fcb2535aff
10 changed files with 47 additions and 25 deletions

View File

@@ -11,6 +11,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//go:build !integration
// +build !integration
package main

View File

@@ -14,6 +14,7 @@
// These are specialized integration tests. We only build them when we're doing
// a lot of additional work to keep the external docker environment they require
// working.
//go:build integration
// +build integration
package main

View File

@@ -11,6 +11,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//go:build !integration
// +build !integration
package main