-
Notifications
You must be signed in to change notification settings - Fork 284
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
How can i set the max size of a file? #99
Comments
I also want to know it |
change the function of class Logger: to: |
$logger = new Katzgrau\KLogger\Logger(DIR . '/runtime/' . date('Y-m')); |
I have a domain process, it write all log to the same file until i restart my process.
The text was updated successfully, but these errors were encountered: