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

Add all data elements from logger_logs table to rec_logger_log record type for plugins #102

Open
gilcrest opened this issue Apr 22, 2015 · 1 comment

Comments

@gilcrest
Copy link

Hi - would be great to get all the data elements from the logger_logs table as part of the rec_logger_log record type that gets sent to registered plugins to avoid having to call back to the db to get data.

Thanks!

@martindsouza
Copy link
Member

From discussion with @gilcrest preferred options are: id, logger_level, text, time_stamp, scope, module, action, user_name, client_identifier.

Ideally would return entire row.

Initial performance tests show that returning into row don't slow things down. Will need to do more tests to ensure this.

If this goes through it will require a major update to ins_logger_logs since it's current version is a supported procedure.

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