-
Notifications
You must be signed in to change notification settings - Fork 139
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
Convert to Yii log targets and use DbTarget #1462
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We'll need to update the install migration with the new log table for fresh installs.
@angrybrad should be ready:
|
@timkelty it looks like that even with your example, logs will always be stored and read from the db. Adding the logging example will additionally log it to a file, correct? |
@dgsiegel That's correct. |
@timkelty in that case I'd urge you to review this merge request. Feed Me is quite noisy in its default configuration, and unless you set Additionally, the README in its current form suggests that you are able to replace the default logging mechanism (and therefore also displaying the latest log entries in the UI), which is not the case. |
Description
feed-me
category.feedme_logs
), as they are displayed in the CP.Related issues
Fixes #1344