Software & Apps > File Types 47 47 people found this article helpful What Is a LOG File? Log files keep track of events, and can usually be opened in a text editor By Tim Fisher Tim Fisher Facebook Twitter Senior Vice President & Group General Manager, Tech & Sustainability Emporia State University Tim Fisher has more than 30 years' of professional technology experience. He's been writing about tech for more than two decades and serves as the SVP and General Manager of Lifewire. lifewire's editorial guidelines Updated on November 4, 2022 Tweet Share Email Tweet Share Email In This Article Expand Jump to a Section What Is a LOG File? Open a LOG File Convert a LOG File What a LOG File Looks Like More Information Still Can't Open It? What to Know Log files store a record of some kind, usually in a plain text format with timestamps.Any text editor can open a LOG file or convert one to another text format. This article explains what a LOG file is, plus how to open one or convert one to a different format. What Is a LOG File? A file with the LOG file extension, sometimes called a logfile, is used by all kinds of software and operating systems to keep track of something that has occurred, usually complete with an event detail, date, and time. It could really be used for anything that the application deems appropriate to write down. For example, antivirus software might write information to a LOG file to describe the last scan results, like the files and folders that were checked or skipped, and which files were marked as containing malicious code. A file backup program could make a LOG file you can open later to review a previous backup job, read through any errors that were encountered, or see where the files were backed up to. A much simpler purpose for this format is to merely explain the newest features that were included in the most recent update of a piece of software. These are normally called release notes or changelogs. How to Open a LOG File The data contained in these files are usually regular text files. You can read a LOG file with any text editor, like Windows Notepad. You might be able to open one in your web browser, too. Just drag it directly into the browser window, or use the Ctrl+O keyboard shortcut to open a dialog box to browse for the file. How to Convert a LOG File To change a logfile format into something like CSV, PDF, or an Excel format like XLSX, your best bet is to copy the data into a program that supports those file formats, and then save it as a new file. For example, you could open it with a text editor and then copy all the text, paste it into a spreadsheet program like Excel or OpenOffice Calc, and then save the file to CSV or XLSX. After you've saved it to the CSV format, use this online CSV to JSON converter if you need it to be in that format. What a LOG File Looks Like This file, created by EaseUS Todo Backup, is what most LOG files look like: C:\Program Files (x86)\EaseUS\Todo Backup\Agent.exe 2021-05-10 17:35:16 [M:00,T/P:1940/6300] Init Log 2021-05-10 17:35:16 [M:29,T/P:1940/6300] Ldq : Agent start install! 2021-05-10 17:35:16 [M:29,T/P:1940/6300] Ldq : Agent call CreateService! 2021-05-10 17:35:16 [M:29,T/P:1940/6300] Ldq : Agent call CreateService is success! As you can see, there's a message that the program wrote to the LOG file, and it includes the EXE file location and the exact time that each message was written. The Edge browser created this example in its MicrosoftEdgeUpdate.log file: [09/20/22 13:07:19.239][MicrosoftEdgeUpdate:msedgeupdate][8016:8020][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.167.21\msedgeupdate.dll][version 1.3.167.21][opt][official] [09/20/22 13:07:19.239][MicrosoftEdgeUpdate:msedgeupdate][8016:8020][is machine: 1][Current dir][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.167.21] [09/20/22 13:07:19.254][MicrosoftEdgeUpdate:msedgeupdate][8016:8020][EnteredBackgroundPriority][mode 2][original priority0x00000020][new priority 0x00100000] Some might not be so nicely structured, though, and could be hard to read, like this one created by Slack: [10/18/22, 11:19:54:324] info: Breadcrumb: electron: app.browser-window-focus [10/18/22, 11:19:54:324] info: Breadcrumb: electron: app.browser-window-focus [10/18/22, 11:19:54:324] info: Store: SET_WINDOW_FRAME { "id": 1, "frame": { "isFocused": true }, "fromEvent": true } [10/18/22, 11:19:54:324] info: Store: SET_WINDOW_FRAME Others might even appear to be complete gibberish, since there aren't any timestamps. In cases like this one, the log is written to a file with the .LOG file extension but doesn't adhere to the standard that most of these files abide by: COPY main/python/prj/build.lst wntmsci12.pro/inc/python/build.lst COPY main/python/wntmsci12.pro/misc/build/Python-2.7.6/Lib/abc.py wntmsci12.pro/lib/python/abc.py COPY main/python/wntmsci12.pro/misc/build/Python-2.7.6/Lib/abc.pyc wntmsci12.pro/lib/python/abc.pyc COPY main/python/wntmsci12.pro/misc/build/Python-2.7.6/Lib/aifc.py wntmsci12.pro/lib/python/aifc.py COPY main/python/wntmsci12.pro/misc/build/Python-2.7.6/Lib/antigravity.py wntmsci12.pro/lib/python/antigravity.py More Information on LOG Files You can build your own LOG file in Windows using the built-in Notepad application, and it doesn't even need to have this file extension. Just type .LOG in the very first line and then save it as a regular TXT file. Each time you open it, the current date and time will be appended to the end of the file. You can add text under each line so that when it's closed, saved, and then reopened, the message remains and the next current date and time is available. You can see how this simple example begins to look like the much fuller LOG files shown above: .LOG 2:54 PM 11/4/2022 I can type here 2:54 PM 11/4/2022 Still Can't Open It? If you get a permissions error or are told that you can't view the LOG file, chances are it's either still being used by the program and won't open until it's released, or that it was created temporarily and has already been deleted since the time you tried opening it. It might instead be the case that the LOG file is stored in a folder that you don't have permissions to. At this point, if your file still doesn't open like you think it should, double-check that you're reading the extension correctly. It should read ".LOG" but not .LOG1 or .LOG2. Those latter two file extensions are associated with the Windows Registry as Hive Log files, and as such are stored in binary and unreadable with a text editor. They are located in the config subfolder of the System32 folder. LGO is another example of a file extension that looks like LOG. That's used for program code relevant in a program called Logo. Was this page helpful? Thanks for letting us know! Get the Latest Tech News Delivered Every Day Subscribe Tell us why! Other Not enough details Hard to understand Submit