This commit is contained in:
Malte Poll 2024-01-22 15:52:23 +01:00 committed by miampf
parent d80383d993
commit 972f832a6e
No known key found for this signature in database
GPG key ID: 376EAC0E5307A669
10 changed files with 31 additions and 31 deletions

View file

@ -4,12 +4,11 @@ Copyright (c) Edgeless Systems GmbH
SPDX-License-Identifier: AGPL-3.0-only
*/
package logger
import (
"log/slog"
"context"
"context"
"log/slog"
)
// LevelHandler copied from the official LevelHandler example in the slog package documentation.