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
Just a quick one - on (or around) page 699 - 'Enabling HTTP logging' - I followed the steps in the book to add HttpLogging, but then didn't see any log messages when calling the localhost:5001/api/customers web service
I solved this by opening up the appsettings.Development.json file and changing
"Microsoft.AspNetCore": "Warning"
to "Microsoft.AspNetCore": "Information"
The logging then appeared on next run.
The text was updated successfully, but these errors were encountered:
Just a quick one - on (or around) page 699 - 'Enabling HTTP logging' - I followed the steps in the book to add HttpLogging, but then didn't see any log messages when calling the localhost:5001/api/customers web service
I solved this by opening up the appsettings.Development.json file and changing
"Microsoft.AspNetCore": "Warning"
to
"Microsoft.AspNetCore": "Information"
The logging then appeared on next run.
The text was updated successfully, but these errors were encountered: