-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
improve logging #2
Comments
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. |
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 |
thankyou, working on it. |
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 thanks! I'll do it today or tomorrow. |
have at least info and above level log messages
The text was updated successfully, but these errors were encountered: