Messages in the Log from NEW Webpage project

So I created a NEW Glitch WebPage project. I didn’t change anything and when I run it these messages are in the log. I have no idea what they are and how to get rid of them. i am newer to website coding - html and css - so I am not sure. Thanks for the help!

::ffff:127.0.0.1 - - [26/Feb/2019:03:00:07 +0000] “GET / HTTP/1.1” 200 875 “https://glitch.com/edit/” “Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36”

9:00 PM

::ffff:127.0.0.1 - - [26/Feb/2019:03:00:07 +0000] “GET /script.js HTTP/1.1” 200 160 “https://woolen-leopard.glitch.me/” “Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36”

9:00 PM

::ffff:127.0.0.1 - - [26/Feb/2019:03:00:07 +0000] “GET /style.css HTTP/1.1” 200 201 “https://woolen-leopard.glitch.me/” “Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36”

9:00 PM

::ffff:127.0.0.1 - - [26/Feb/2019:03:00:08 +0000] “GET /favicon.ico HTTP/1.1” 404 9 “https://woolen-leopard.glitch.me/” “Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36”

9:00 PM

It looks like your website is just collecting the necessary files and starting up — the stylesheets (style.css) and favicon (favicon.ico). Nothing to be worried about… I opened it and it looked ok.

Thanks. It opens fine. But EVER time it opens it puts more into the log. I was just testing it for the past hour and the log is HUGE!

Every glitch webpage puts all the webpage info into the log as any page from the website is being loaded or viewed, this helps when trying to find errors, but it is a normal thing!