-
Notifications
You must be signed in to change notification settings - Fork 451
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
ILogger<T> not logging when T is another project #6998
Comments
@SinghManvir Are you looking to see these logs in the console? Can you please try to run func with the Also, can you try setting the default log level to Information? "logLevel": {
"default": "Information"
} |
Yes, I am trying to see the logs in the console, but they are also missing in App Insights in Production. I will try running the function with verbose flag. |
@anthonychu - Tried adding
|
@pragnagopa @brettsam Do you have any thoughts? |
As the logs are missing from AppInsights as well, this looks related to #4345 |
tagging @brettsam and @anthonychu |
I am having the same issue, Ilogger in another project is not getting logs, did you find a work around? @SinghManvir Also tagging @brettsam and @anthonychu |
I can see all logs in my functions class but it does not seem to be logging anything from another class in another project.
I have tried all suggestions in issue 4345 and issue 4425.
So, I have tried adding the filter like
and also tried in host.json
and tried the solution name as well like
I am running this locally with Core Tools Version: 3.0.3160, Function Runtime Version: 3.0.14916.0
The text was updated successfully, but these errors were encountered: