chore: change cortex.cpp log level to info for easier log observation (#4623)

This commit is contained in:
Louis 2025-02-11 11:05:13 +07:00 committed by GitHub
parent ceb93cafef
commit a6d2dac406
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,6 +46,8 @@ function run(): Promise<any> {
`${path.join(dataFolderPath, '.janrc')}`,
'--data_folder_path',
dataFolderPath,
'--loglevel',
'INFO',
],
{
env: {