liyuheng55555 opened a new pull request, #16072:
URL: https://github.com/apache/iotdb/pull/16072
The newly added `BaseLogger` lets you specify the path where log files are
saved.
Previous log files will continue to be written under the `log_ainode_all`
directory.
For example, for InferenceRequestPool, if you set the path to
log_inference_rank_x, the resulting is:
```
logs
├── log_ainode_all
│ ├── log_ainode_all.log
│ ├── log_ainode_error.log
│ ├── log_ainode_info.log
│ └── log_ainode_warning.log
└── log_inference_rank_x
├── log_ainode_all.log
├── log_ainode_error.log
├── log_ainode_info.log
└── log_ainode_warning.log
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]