Forums

Server log shows only 5 lines of data

Hello, my server log shows only 5 lines of data which i recieve. How can i change it so the log will show all recieved data? thanks!

The server log is "rotated" once per day, at around 6am UTC. When this happens, if the current log is larger than a particular size (I think it's around 100k) then it's renamed, with .1 added to its name, and a new one is created. Additionally, older logs are renamed, so the one that was .1 becomes .2, and so on, and also the ones with number greater than 1 are gzipped (so they get an extra .gz at the end of the filename). Files older than .5 are deleted.

So, if a logfile currently only has stuff from today, you can get the previous one by editing the URL and adding .1 to the end. If you want to see the one before then, add .2.gz -- and so on.

Hi have same problem here

See my response above -- it still applies.