-
Notifications
You must be signed in to change notification settings - Fork 128
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
Use application specific configuration keys #37
Comments
@DavidAntaramian I think this is due to the fact that LoggerFileBackend is a backend for the Logger module instead of a standalone package which works autonomously. |
@xurde That's not the way configuration keys work, though. |
|
This issue feels closed. @ngeraedts's statement seems to settle things. If this were an application, it might be different, but as it stands, the public API is a module used by the |
@isaacsanders @ngeraedts's statement is fundamentally flawed. |
@DavidAntaramian Sure. It still feels weird to configure it separately, but that is a different argument. |
I was responding to a question someone had about this package, and I noticed that you're using the
:logger
application configuration to hold configuration specific to this package.You should instead be using your application's own configuration space, in this case
:logger_file_backend
, e.g.:The text was updated successfully, but these errors were encountered: