Add log messages to input formatters at Debug level #5367
Description
I'm having a very odd issue trying to upload a file using ungular 2.
I have an angular 2 app. and I'm working to a file upload to load files in the app, but trying with 2 different libraries during the upload of the file I have a 415 error (unsupported media type).
The strange thing is I have another project with angular 1 and there file upload it's working fine, so I checked using chrome tools to understand differences, and try to make equal.
At this point I have this situation:
this is the result of the upload using angular 1.5 and it's workign fine.
this one is from the upload with angular2 and gives me error.
Even configuring the console at trace level I don't find any valuable information, and I don't see any real di difference that justify this kind of error.
Where have I to look to solve this problem?