Skip to content

Commit 2d71cd0

Browse files
Andrew Farriesroboquat
Andrew Farries
authored andcommitted
Stop logging server config
1 parent 420e8ea commit 2d71cd0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

components/server/src/server.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,6 @@ export class Server<C extends GitpodClient, S extends GitpodServer> {
9696
log.setVersion(this.config.version);
9797
log.info("server initializing...");
9898

99-
// print config
100-
log.info("config", { config: JSON.stringify(this.config, undefined, 2) });
101-
10299
// Set version info metric
103100
setGitpodVersion(this.config.version);
104101

0 commit comments

Comments
 (0)