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

Arbitrary logging backends added as dependencies in the Gradle build #15137

Open
pubudu91 opened this issue Apr 23, 2019 · 0 comments
Open

Arbitrary logging backends added as dependencies in the Gradle build #15137

pubudu91 opened this issue Apr 23, 2019 · 0 comments
Labels
Area/BuildPipeline All issues related to build and release process Team/DevTools Ballerina Developer Tooling ( CLI, Test FW, Package Management, OpenAPI, APIDocs ) Type/Bug Type/Task

Comments

@pubudu91
Copy link
Contributor

Ideally, there should not be any 3rd party logging backends added. We use JDK logging as the logging backend and the only dependency should've been to the SLF4J adaptor for JDK logging (slf4j-jdk14). If there are any libraries used which has directly used any logging libraries instead of SLF4J API, those should be routed through the SLF4J API.

@anupama-pathirage anupama-pathirage added Area/BuildPipeline All issues related to build and release process and removed Component/Build labels Aug 5, 2019
@keizer619 keizer619 added this to Improvements in Ballerina CI/CD - Backlog Jun 16, 2021
@anupama-pathirage anupama-pathirage added the Team/DevTools Ballerina Developer Tooling ( CLI, Test FW, Package Management, OpenAPI, APIDocs ) label Nov 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area/BuildPipeline All issues related to build and release process Team/DevTools Ballerina Developer Tooling ( CLI, Test FW, Package Management, OpenAPI, APIDocs ) Type/Bug Type/Task
Projects
No open projects
Development

No branches or pull requests

2 participants