Facial Recognition program

#6 (Facial Recognition Program) Security Log

tommy12 2022. 8. 26. 03:52
2022-08-25 12:46:57,803 - INFO -  * Running on all addresses (0.0.0.0)
   WARNING: This is a development server. Do not use it in a production deployment.
 * Running on http://127.0.0.1:5000
 * Running on http://192.168.1.85:5000 (Press CTRL+C to quit)
2022-08-25 12:47:05,806 - INFO - 127.0.0.1 - - [25/Aug/2022 12:47:05] "GET / HTTP/1.1" 200 -
2022-08-25 12:47:06,490 - INFO - 127.0.0.1 - - [25/Aug/2022 12:47:06] "GET /favicon.ico HTTP/1.1" 404 -
2022-08-25 12:47:09,060 - INFO - 127.0.0.1 - - [25/Aug/2022 12:47:09] "GET /register HTTP/1.1" 200 -
2022-08-25 12:47:36,738 - INFO - The user tom12 registered
2022-08-25 12:47:36,739 - INFO - 127.0.0.1 - - [25/Aug/2022 12:47:36] "POST /register HTTP/1.1" 200 -
2022-08-25 12:47:42,328 - INFO - The user tom12 logged in
2022-08-25 12:47:42,361 - INFO - 127.0.0.1 - - [25/Aug/2022 12:47:42] "POST /login HTTP/1.1" 200 -
2022-08-25 12:48:05,876 - INFO - Found unknown from camera
2022-08-25 12:48:08,548 - INFO - Found unknown from camera
2022-08-25 12:48:11,448 - INFO - Found unknown from camera
2022-08-25 12:48:14,168 - INFO - Found unknown from camera
2022-08-25 12:48:14,855 - INFO - 127.0.0.1 - - [25/Aug/2022 12:48:14] "GET /task HTTP/1.1" 200 -

This is the security log, but please note that it is just the part of it. The original file contains a large amount of contents (logs)..
The main point I'd like to show here is that activities related to security (logging in, found * from...etc) are successfully logged.