-
Notifications
You must be signed in to change notification settings - Fork 3.4k
webapp log tail throws TypeError #17987
Copy link
Copy link
Closed
Labels
Service AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.Web Appsaz webappaz webappquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Milestone
Metadata
Metadata
Assignees
Labels
Service AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.Web Appsaz webappaz webappquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Type
Fields
Give feedbackNo fields configured for issues without a type.
Describe the bug
The
appservicemodule throwsTypeErrorwhen trying to stream logs.As the error says,
endis not a valid keyword for_log()(internal forlogging.warning). It is a valid keyword forprintthough, which was being used before this change 680f833#diff-76cc90184fe3a5df817ac304d5929231658bef52748a4560dabf51ee18bf8f02L2362:To Reproduce
az loginaz webapp log tail --name $WEBAPP --resource-group $RESGROUPpointing to the app service previosuly created.Expected behavior
The command should stream logs and not fail.
Environment summary
pipPython 3.7.10(I also tried3.8and3.9)bash