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 625596e commit b3ff7beCopy full SHA for b3ff7be
src/index.ts
@@ -57,8 +57,6 @@ export class App {
57
}
58
59
private logInformationAfterStartServer(url: string) {
60
- logger.info(`Server is running on url: ${url} at ${Date()}. Version: '${version}'.`);
61
-
62
if (Envs.swagger.isWriteConfig)
63
logger.info(`Swagger is running on url: ${url}/${Envs.swagger.path} at ${Date()}. Version: '${version}'.`);
64
0 commit comments