Skip to content

Conversation

@slashd0t
Copy link
Contributor

  • Fix the bug when using the config.log_level options and the authorization failure issue.

armanstackify and others added 13 commits July 5, 2019 20:38
* Ruby API - Add new transport AGENT_HTTP

Changes:
- added new transport http_agent
- refactor transport and reuse codes
- added option to get value from environment variables
- fix formatting
- remove unused requires
- fix typo
* RT-2599 Fix the authorization error issue in Passenger

* Fix error that return undefined log_message_task for NilClass

* Update unix socket sender Class

* Exclude the Gemfile.lock

* Reset Gemfile.lock to prev version
INTERNAL_LOG_PREFIX = '[Stackify]'.freeze
STATUSES = { working: 'working', terminating: 'terminating', terminated: 'terminated'}
MODES = { logging: :logging, metrics: :metrics, both: :both }
TRANSPORT = [DEFAULT = 'default', UNIX_SOCKET = 'agent_socket', AGENT_HTTP = 'agent_http']
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why the rename from default to log ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just changed back from log to default options.

@darinhoward darinhoward merged commit 1dfb659 into stackify:master Feb 28, 2020
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

Successfully merging this pull request may close these issues.

4 participants