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

More fine grained control for log_apex_items() #54

Closed
martindsouza opened this issue Feb 19, 2015 · 1 comment
Closed

More fine grained control for log_apex_items() #54

martindsouza opened this issue Feb 19, 2015 · 1 comment
Assignees
Milestone

Comments

@martindsouza
Copy link
Member

From @shakerlxxv on October 20, 2013 2:47

For larger APEX apps, the current behavior of log_apex_items to log all the application items as well as all page items results in a large number of records being written to logger_logs_apex_items.

Here are a few options which could be considered to enable more fine grained control over the results of log_apex_items call.

  • Separate the application items and the page items, perhaps log one or both.
    • Handled by p_item_scope
  • By default limit the page items being logged to the current APEX page ( APP_PAGE_ID )
    • Handled by p_item_scope
  • Only log items with non-NULL values

Copied from original issue: tmuth#53

@martindsouza
Copy link
Member Author

Good ideas. We're looking at re-writing the log_apex_items module and we'll take this into account.

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

1 participant