Im running a little web api and want to include some logging methods for debugging purposes. Therfor, i want to include http calls returning information like "api calls per hour", "successfull calls vs unseccessfull calls" and so on.
I searched the internet but didnt found lots of information about that topic. Can anyone provide me with a good source or strategie for doing that?