Skip to content

Commit 7d27aa5

Browse files
committed
remove logs
Signed-off-by: Tianle Huang <tianleh@amazon.com>
1 parent 845b1dc commit 7d27aa5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/plugins/application_config/common/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
*/
55

66
export const PLUGIN_ID = 'applicationConfig';
7-
export const PLUGIN_NAME = 'applicationConfig';
7+
export const PLUGIN_NAME = 'application_config';

src/plugins/application_config/server/plugin.ts

-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ export class ApplicationConfigPlugin
5858
}
5959

6060
public async setup(core: CoreSetup) {
61-
this.logger.info('applicationConfig: Setup');
6261
const router = core.http.createRouter();
6362

6463
const config = await this.config$.pipe(first()).toPromise();
@@ -75,7 +74,6 @@ export class ApplicationConfigPlugin
7574
}
7675

7776
public start(core: CoreStart) {
78-
this.logger.info('applicationConfig: Started');
7977
return {};
8078
}
8179

0 commit comments

Comments
 (0)