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

Could we decouple App Insights from Script to allow for independently updating versions? #1668

Open
brettsam opened this issue Jul 12, 2017 · 1 comment

Comments

@brettsam
Copy link
Member

Since all of our logging goes through ILogger, we could theoretically remove any direct dependencies on App Insights, which may make it easier for people to independently move their App Insights versions forward. Theoretically, I think we could do this but it'd require a couple of things -- a way to construct the LoggerFactory (covered by #1579), and a way to keep this simple to configure (like how we have a 'simple magic setting' today that turns it all on).

The idea came from @TheeJamesLee in Azure/azure-webjobs-sdk#1220, so I wanted to track it here independently.

Will require some investigation as to whether it'd be feasible (and how many people would use it).

@paulbatum
Copy link
Member

Could be a candidate for functions 2.0. unlikely to be backported for 1.0

@paulbatum paulbatum added the 2.0 label Aug 10, 2017
@paulbatum paulbatum modified the milestones: Next, Triaged Aug 10, 2017
@fabiocav fabiocav added 2.x and removed 2.0 labels Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants