mxnet icon indicating copy to clipboard operation
mxnet copied to clipboard

[BUGFIX] Modify the logger to avoid files occupying a long time

Open daaitudian opened this issue 2 years ago • 9 comments

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

  • [x] PR's title starts with a category (e.g. [BUGFIX], [MODEL], [TUTORIAL], [FEATURE], [DOC], etc)
  • [x] Changes are complete (i.e. I finished coding on this PR)
  • [ ] All changes have test coverage
  • [ ] Code is well-documented

daaitudian avatar Jun 06 '23 07:06 daaitudian

Hey @daaitudian , Thanks for submitting the PR All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the following commands:

  • To trigger all jobs: @mxnet-bot run ci [all]
  • To trigger specific jobs: @mxnet-bot run ci [job1, job2]

CI supported jobs: [clang, unix-cpu, windows-cpu, edge, windows-gpu, miscellaneous, centos-cpu, unix-gpu, centos-gpu, sanity, website]


Note: Only following 3 categories can trigger CI :PR Author, MXNet Committer, Jenkins Admin. All CI tests must pass before the PR can be merged.

mxnet-bot avatar Jun 06 '23 07:06 mxnet-bot

@mxnet-bot run ci [unix-cpu, unix-gpu, website]

daaitudian avatar Jun 07 '23 01:06 daaitudian

Jenkins CI successfully triggered : [website, unix-cpu, unix-gpu]

mxnet-bot avatar Jun 07 '23 01:06 mxnet-bot

@mxnet-bot run ci [unix-gpu, website]

daaitudian avatar Jun 07 '23 05:06 daaitudian

Jenkins CI successfully triggered : [unix-gpu, website]

mxnet-bot avatar Jun 07 '23 05:06 mxnet-bot

@mxnet-bot run ci [unix-gpu, website]

daaitudian avatar Jun 07 '23 07:06 daaitudian

Jenkins CI successfully triggered : [unix-gpu, website]

mxnet-bot avatar Jun 07 '23 07:06 mxnet-bot

@mxnet-bot run ci [unix-gpu, website]

daaitudian avatar Jun 08 '23 06:06 daaitudian

Jenkins CI successfully triggered : [unix-gpu, website]

mxnet-bot avatar Jun 08 '23 06:06 mxnet-bot