Skip to content

Commit

Permalink
fix(logger): use file-stream-rotator
Browse files Browse the repository at this point in the history
  • Loading branch information
cxtom committed Aug 11, 2021
1 parent 88f415d commit f09efd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/logger/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import stream from './stream';
import {noticeSym, performanceSym} from './constants';
import {Stream} from 'stream';


interface LoggerOptions {
apps: Array<{name: string}>;
rootPath: string;
Expand Down

0 comments on commit f09efd9

Please sign in to comment.