-
What is a log file?
Log File (a text file)
-
Why should log files be rotated?
If the files get too big they can become awkward to handle because it takes too much time to load them and process them. If you do not rotate the logs then you have to load every log entry ever made...
-
What is log-in and log-out?
login is to go in acount. logout is to get out of a account
-
Will a log be generated for deleted files?
yes there is one way to completely erase files would be to fill up a hard drive, format it, fill it up with useless junk, then format it again or you can get a special program like disk cleanup and...
-
How many kinds of log files?
Log files can exist in many forms:
- you can log to a .txt or .log file, and when you do you can append to the end of it (a historical file) or overwrite what is already there (a record of the most...