You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
A common pattern for gems is to provide a configurable logger that can be used throughout the library to broadcast useful information. An example of the need here.
Describe the solution you'd like
Ideally, a logger method be added to the root namespace so it can be accessed from any part of the library. The logger would return an instance of Ruby's Logger class (or a descendent), and this would be configurable within OpenAI.configure
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
A common pattern for gems is to provide a configurable logger that can be used throughout the library to broadcast useful information. An example of the need here.
Describe the solution you'd like
Ideally, a
logger
method be added to the root namespace so it can be accessed from any part of the library. Thelogger
would return an instance of Ruby'sLogger
class (or a descendent), and this would be configurable withinOpenAI.configure
The text was updated successfully, but these errors were encountered: