-
Notifications
You must be signed in to change notification settings - Fork 6.8k
[BUGFIX] Modify the logger to avoid files occupying a long time #21204
base: master
Are you sure you want to change the base?
Conversation
Hey @daaitudian , Thanks for submitting the PR
CI supported jobs: [clang, unix-cpu, windows-cpu, edge, windows-gpu, miscellaneous, centos-cpu, unix-gpu, centos-gpu, sanity, website] Note: |
@mxnet-bot run ci [unix-cpu, unix-gpu, website] |
Jenkins CI successfully triggered : [website, unix-cpu, unix-gpu] |
@mxnet-bot run ci [unix-gpu, website] |
Jenkins CI successfully triggered : [unix-gpu, website] |
@mxnet-bot run ci [unix-gpu, website] |
Jenkins CI successfully triggered : [unix-gpu, website] |
@mxnet-bot run ci [unix-gpu, website] |
Jenkins CI successfully triggered : [unix-gpu, website] |
Description
Modify the logger to avoid files occupying a long time.
Writing log in the file, the file will always be occupied. This PR can avoid this problem
Checklist
Essentials