Skip to content
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

std.experimental.logger: Rotated file logger #9770

Open
dlangBugzillaToGithub opened this issue Feb 23, 2019 · 1 comment
Open

std.experimental.logger: Rotated file logger #9770

dlangBugzillaToGithub opened this issue Feb 23, 2019 · 1 comment

Comments

@dlangBugzillaToGithub
Copy link

andre reported this on 2019-02-23T13:52:43Z

Transfered from https://issues.dlang.org/show_bug.cgi?id=19695

CC List

Description

Could you add a rotated file logger (similiar to e.g. what python provides).

In server environment and especially in cloud environment one big log file is cumbersome to use. It makes more sense to split the log in small files based on time/size.
@dlangBugzillaToGithub
Copy link
Author

atila.neves (@atilaneves) commented on 2022-07-18T14:10:28Z

Could you please write the spec for what you would like to have? "Similar to what Python provides" requires any possible implementor of this feature to know how Python does it, and even then, it might not be exactly what's needed here. Thanks.

@LightBender LightBender removed the P4 label Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants