aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/parse-log.ts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/parse-log.ts')
-rwxr-xr-xscripts/parse-log.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/parse-log.ts b/scripts/parse-log.ts
index fe87db009..83ad45b72 100755
--- a/scripts/parse-log.ts
+++ b/scripts/parse-log.ts
@@ -5,7 +5,7 @@ import { createInterface } from 'readline'
5import * as winston from 'winston' 5import * as winston from 'winston'
6import { labelFormatter } from '../server/helpers/logger' 6import { labelFormatter } from '../server/helpers/logger'
7import { CONFIG } from '../server/initializers/config' 7import { CONFIG } from '../server/initializers/config'
8import { mtimeSortFilesDesc } from '../shared/utils/logs/logs' 8import { mtimeSortFilesDesc } from '../shared/core-utils/logs/logs'
9 9
10program 10program
11 .option('-l, --level [level]', 'Level log (debug/info/warn/error)') 11 .option('-l, --level [level]', 'Level log (debug/info/warn/error)')