diff --git a/LICENSE b/LICENSE index bb5a40d..075bc03 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ ISC License -Copyright (c) 2020-2022 The Decred developers +Copyright (c) 2020-2023 The Decred developers Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/cmd/vspd/config.go b/cmd/vspd/config.go index aecedba..d156b5e 100644 --- a/cmd/vspd/config.go +++ b/cmd/vspd/config.go @@ -28,7 +28,7 @@ const appName = "vspd" var ( defaultListen = ":8800" - defaultLogLevel = slog.LevelDebug.String() + defaultLogLevel = "debug" defaultMaxLogSize = int64(10) defaultLogsToKeep = 20 defaultVSPFee = 3.0 diff --git a/webapi/templates/footer.html b/webapi/templates/footer.html index cc65586..505a2cd 100644 --- a/webapi/templates/footer.html +++ b/webapi/templates/footer.html @@ -15,7 +15,7 @@