We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The preg_match in parse method should be changed acording to commented bloc in Log_Writer_File: http://github.com/lzyy/kohana-log/blob/master/classes/log/writer/file.php#L37
From: http://github.com/lzyy/kohana-log/blob/master/classes/log/parser.php#L19 To: preg_match('/^(?[^[]+)[(?.)] message: "(?.)" client: (?[^ ]+) uri: (?[^ ]+) referer: (?[^ ]) agent: "(?.)" cookie: "(?.*)"/', $item, $matches);
The text was updated successfully, but these errors were encountered:
also this part - script: "(?<script>.*)" don't need. I have it in classes/log/parser.php
Sorry, something went wrong.
No branches or pull requests
The preg_match in parse method should be changed acording to commented bloc in Log_Writer_File: http://github.com/lzyy/kohana-log/blob/master/classes/log/writer/file.php#L37
From: http://github.com/lzyy/kohana-log/blob/master/classes/log/parser.php#L19
To:
preg_match('/^(?[^[]+)[(?.)] message: "(?.)" client: (?[^ ]+) uri: (?[^ ]+) referer: (?[^ ]) agent: "(?.)" cookie: "(?.*)"/', $item, $matches);
The text was updated successfully, but these errors were encountered: