Skip to content

Commit 335a4a7

Browse files
committed
testing GitTokenValidator
1 parent d1c610e commit 335a4a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/server/src/init.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,13 @@ if (typeof (Symbol as any).asyncIterator === "undefined") {
9797
import * as express from "express";
9898
import { Container } from "inversify";
9999
import { Server } from "./server";
100-
import { log, LogrusLogLevel } from "@gitpod/gitpod-protocol/lib/util/logging";
100+
import { log } from "@gitpod/gitpod-protocol/lib/util/logging";
101101
import { TracingManager } from "@gitpod/gitpod-protocol/lib/util/tracing";
102102
if (process.env.NODE_ENV === "development") {
103103
require("longjohn");
104104
}
105105

106-
log.enableJSONLogging("server", process.env.VERSION, LogrusLogLevel.getFromEnv());
106+
log.enableJSONLogging("server", process.env.VERSION, "debug");
107107

108108
export async function start(container: Container) {
109109
const tracing = container.get(TracingManager);

0 commit comments

Comments
 (0)