Skip to content

Commit a6d2dac

Browse files
authored
chore: change cortex.cpp log level to info for easier log observation (#4623)
1 parent ceb93ca commit a6d2dac

File tree

1 file changed

+2
-0
lines changed
  • extensions/inference-cortex-extension/src/node

1 file changed

+2
-0
lines changed

extensions/inference-cortex-extension/src/node/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ function run(): Promise<any> {
4646
`${path.join(dataFolderPath, '.janrc')}`,
4747
'--data_folder_path',
4848
dataFolderPath,
49+
'--loglevel',
50+
'INFO',
4951
],
5052
{
5153
env: {

0 commit comments

Comments
 (0)