fcfangcc / pyxxl

XXL-JOB的Python执行器实现,可以方便的将Python方法注册到XXL-JOB的调度中心上进行管理
https://fcfangcc.github.io/pyxxl/
GNU General Public License v3.0
57 stars 15 forks source link

feat: add logger #23

Closed fcfangcc closed 1 year ago

fcfangcc commented 1 year ago
codecov-commenter commented 1 year ago

Codecov Report

Merging #23 (a421189) into main (4699f11) will increase coverage by 1.11%. The diff coverage is 99.69%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##             main      #23      +/-   ##
==========================================
+ Coverage   97.58%   98.69%   +1.11%     
==========================================
  Files          18       26       +8     
  Lines         703      998     +295     
==========================================
+ Hits          686      985     +299     
+ Misses         17       13       -4     
Impacted Files Coverage Δ
pyxxl/xxl_client.py 93.93% <ø> (-0.10%) :arrow_down:
pyxxl/main.py 88.13% <95.45%> (+2.42%) :arrow_up:
pyxxl/ctx.py 100.00% <100.00%> (ø)
pyxxl/executor.py 100.00% <100.00%> (+0.86%) :arrow_up:
pyxxl/logger/__init__.py 100.00% <100.00%> (ø)
pyxxl/logger/common.py 100.00% <100.00%> (ø)
pyxxl/logger/disk.py 100.00% <100.00%> (ø)
pyxxl/logger/redis.py 100.00% <100.00%> (ø)
pyxxl/server.py 100.00% <100.00%> (ø)
pyxxl/setting.py 100.00% <100.00%> (+3.50%) :arrow_up:
... and 13 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.