-
Notifications
You must be signed in to change notification settings - Fork 53
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
Provide rotation for log files #610
Comments
@denis-konovalyenko/z this project will fix the problem faster if you donate a few dollars to it; just click here and pay via Stripe, it's very fast, convenient and appreciated; thanks a lot! |
@denis-konovalyenko make sense, thanks |
Job #610 is now in scope, role is |
Bug was reported, see §29: +15 point(s) just awarded to @denis-konovalyenko/z |
@0crat assign @emilianodellacasa |
@emilianodellacasa let's add |
@yegor256 , @emilianodellacasa , I'd rather have |
@emilianodellacasa/z this job was assigned to you 5days ago. It will be taken away from you soon, unless you close it, see §8. Read this and this, please. |
@0crat wait - going on vacation for a few days |
@emilianodellacasa The impediment for #610 was registered successfully by @emilianodellacasa/z |
@0crat assign @v-kolesnikov |
@yegor256 So, I took a look at this issue and related code. Well... I see some key points in which the changes may be made. But I would ask you before:
|
@yegor256 , @v-kolesnikov , I think it would be nice to have the logging to the However, if this is not the way to go, then it would probably be all right to relax the |
@denis-konovalyenko it's better to ask questions in separate tickets. If you have suggestions for design improvements, submit new tickets. |
@yegor256 , do I understand you correctly that I should ignore any further questions/discussions here despite the fact that the issue was created by me? |
@denis-konovalyenko you should only focus on the discussion relevant to your question. Actually, you should not discuss, but protect your idea. Check this article: https://www.yegor256.com/2014/11/24/principles-of-bug-tracking.html We are not here to have a nice chat. We are here to decide who is right, you or @v-kolesnikov. Your job is to prove that you are right. Everything else, which is not relevant to your question, should be ignored here and submitted as new tickets. |
@yegor256 , thank you for your reply and the reference for reading! Actually, I do not care who is right or wrong, as the only meaningful thing for me is the user experience we are trying to improve or not here. And if someone else offers a better alternative, why should I be so stubborn and prevent that alternative from going live? Once again, I do not quite get what was irrelevant in my message exactly? Did I not formulate it clear enough and there was some room left for taking the final non-disputable decision by the architect (sorry, that was too indirect I think)? Moreover, since the ticket was opened a long time ago, I have realized that there is an even simpler way to address my initial concern (it is only possible to overview about 2 hours interval) by just documenting the already existing @v-kolesnikov , could you please provide the aforementioned piece of documentation for the |
I got a point of @yegor256 and will defense "logging to STDOUT" in separated issue.
@denis-konovalyenko What kind of documentation you mean? Option is documented in the default style (as the code around): https://github.com/zold-io/zold/pull/755/files#diff-68c77400c4ecc5cde2ae1bb977f754d1R120 Do you have any question about my current solution? If not, let's merge PR and close the issue please. |
@v-kolesnikov , I meant to make a note on that somewhere in the scope of the How to start a node README section. As for your solution, I think I am not a reviewer of your pull request (By the way, have you forgotten to mention this issue in your pull request? If you make so, your PR will be visible here then). |
Currently, there is no log rotation option available and if the
--verbose
option is turned on, it is only possible to overview about 2 hours interval.It would help to spot events happening in the system at a wider period of time. For instance, if I had a Ruby process core dump, saying 24 hours ago, I would see what were the preceding log entries.
The text was updated successfully, but these errors were encountered: