I'd like to log every time someone uses my Flask app. I'd ideally have a log that looks something like this
Timestamp
923829832
929299292
999993939
With a list of Unix time stamps that would represent each time a user had accessed the application. What's a good way to do this?