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.
2 parents 625596e + b3ff7be commit d0d6c32Copy full SHA for d0d6c32
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