Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ce5328 commit 1083544Copy full SHA for 1083544
cli/start.go
@@ -65,7 +65,6 @@ func start() *cobra.Command {
65
// Default to the environment variable!
66
postgresURL = os.Getenv("CODER_PG_CONNECTION_URL")
67
}
68
- logger := slog.Make(sloghuman.Sink(os.Stderr))
69
listener, err := net.Listen("tcp", address)
70
if err != nil {
71
return xerrors.Errorf("listen %q: %w", address, err)
0 commit comments