meta: update invalid class comment
This commit is contained in:
parent
2e0bfa3260
commit
e862d15d75
|
@ -13,7 +13,7 @@ const exceptionLogFile = path.resolve(loggingDir, 'exception.log');
|
|||
const maxLogSize = 50000;
|
||||
|
||||
/**
|
||||
* A logger using winston to log to files in the appPath.
|
||||
* A logger not using winston to log to files in the appPath.
|
||||
*/
|
||||
@injectable()
|
||||
export class Logger implements ILogger {
|
||||
|
|
Loading…
Reference in New Issue