File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -97,13 +97,13 @@ if (typeof (Symbol as any).asyncIterator === "undefined") {
97
97
import * as express from "express" ;
98
98
import { Container } from "inversify" ;
99
99
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" ;
101
101
import { TracingManager } from "@gitpod/gitpod-protocol/lib/util/tracing" ;
102
102
if ( process . env . NODE_ENV === "development" ) {
103
103
require ( "longjohn" ) ;
104
104
}
105
105
106
- log . enableJSONLogging ( "server" , process . env . VERSION , LogrusLogLevel . getFromEnv ( ) ) ;
106
+ log . enableJSONLogging ( "server" , process . env . VERSION , "debug" ) ;
107
107
108
108
export async function start ( container : Container ) {
109
109
const tracing = container . get ( TracingManager ) ;
You can’t perform that action at this time.
0 commit comments