dlangBugzillaToGithub / migration_test

0 stars 0 forks source link

std.experimental.logger: Rotated file logger #567

Open dlangBugzillaToGithub opened 5 years ago

dlangBugzillaToGithub commented 5 years ago

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 commented 2 years ago

atila.neves 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.