File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
config/dependency-injection Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ services:
77 class : ../../../../Mooc/Courses/application/CreateCourse
88 arguments : ["@Mooc.courses.CourseRepository"]
99
10- Mooc.shared.WinstonLogger :
10+ Mooc.shared.Logger :
1111 class : ../../../../Mooc/Shared/infrastructure/WinstonLogger
1212 arguments : []
1313
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ app.use(errorHandler());
1212 */
1313const server = app . listen ( app . get ( 'port' ) , ( ) => {
1414 // tslint:disable: no-console
15- const winstonLogger = container . get ( 'Mooc.shared.WinstonLogger ' ) ;
15+ const winstonLogger = container . get ( 'Mooc.shared.Logger ' ) ;
1616
1717 winstonLogger . info ( ` App is running at http://localhost:${ app . get ( 'port' ) } in ${ app . get ( 'env' ) } mode` ) ;
1818 console . log ( ' Press CTRL-C to stop\n' ) ;
You can’t perform that action at this time.
0 commit comments