PyDFS icon indicating copy to clipboard operation
PyDFS copied to clipboard

improve logging

Open sanketplus opened this issue 6 years ago • 5 comments

have at least info and above level log messages

sanketplus avatar Oct 01 '18 06:10 sanketplus

Hi @sanketplus I'll love to work on this as part of hackoctoberfest, I've been recently reading a lot about file systems and just getting started with distributed systems. can you provide me with some more info on how do you plan for this to be implemented. I'll clone and look into the repository in a while.

geekodour avatar Oct 01 '18 07:10 geekodour

it is fairly simple architecture to follow. You can read some background on https://superuser.blog/distributed-file-system-python/

as this is an improvement, the problem is open ended. The goal is to have logging for both master and minions to get insights into what is going on.

Let me know if you need further help @geekodour

sanketplus avatar Oct 01 '18 08:10 sanketplus

thankyou, working on it.

geekodour avatar Oct 01 '18 11:10 geekodour

Hey @geekodour if you are still interested in adding logging check out #6. You can add logging to the file https://github.com/sanketplus/PyDFS/blob/master/pydfs/minion.py the same way and it is pretty easy. Let me know if you want any advice/help!

nloadholtes avatar Oct 22 '18 14:10 nloadholtes

@nloadholtes thanks! I'll do it today or tomorrow.

geekodour avatar Oct 23 '18 06:10 geekodour