mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-23 08:56:42 +08:00
Refine handling of POST /api/v1/datasets/search in GO (#15583)
### What problem does this PR solve? Refine handling of POST /api/v1/datasets/search in GO ### Type of change - [x] Refactoring
This commit is contained in:
@@ -39,7 +39,7 @@ func main() {
|
||||
if args.Verbose {
|
||||
logLevel = "info"
|
||||
}
|
||||
if err = common.Init(logLevel); err != nil {
|
||||
if err = common.Init(logLevel, ""); err != nil {
|
||||
fmt.Printf("Warning: Failed to initialize logger: %v\n", err)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user