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

[RFE] Allow Severity Level for different apisonator component logs to be configured #48

Open
mpguerra opened this issue Aug 17, 2018 · 1 comment

Comments

@mpguerra
Copy link

Currently there is no way to define a severity level for logging apisonator events.

For customers with large numbers of requests, they can find that they are using a lot of disk storage for daily logs at the current log level.

  • For backend-listener
    • request logs
    • server logs
  • For backend-worker
    • Can currently send logs to /dev/null by setting the CONFIG_WORKERS_LOG_FILE but this means that no logs are sent.
    • INFO events are currently logged for every report job.
  • Other components?

It would be very useful to be able to set the log level with a variable, e.g rails_log_level

INFO, WARNING and ERROR severity levels should be enough for most customers, although we may want to think about adding a DEBUG level also depending on the component.

@mpguerra
Copy link
Author

This JIRA deals with documenting this across the product: https://issues.jboss.org/browse/THREESCALE-862

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant