Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Formatting of Logs using Windows Notepad #287

Open
supremestarhawk opened this issue Jul 10, 2019 · 4 comments
Open

Formatting of Logs using Windows Notepad #287

supremestarhawk opened this issue Jul 10, 2019 · 4 comments
Assignees

Comments

@supremestarhawk
Copy link

supremestarhawk commented Jul 10, 2019

There may be a super simple solution to this that I'm not seeing, so my apologies if so.

Since updating to a more recent version, when using Notepad on Windows, all logs are missing formatting making them difficult to read (Essentially all line breaks are missing). Opening the log in virtually any other text editor shows the correct formatting intact.

Is there anything I can do so log files retain formatting when opened in Notepad? The older version of video_transcoding I was using was before #213, so I'm wondering if that change made the difference?

@lisamelton lisamelton self-assigned this Jul 10, 2019
@lisamelton
Copy link
Owner

@cameronks The change in #213 actually makes it easier to open .log files in text editors. More than likely the problem is Notepad.exe itself. I recommend you download and install the free Notepad++ application and use that instead. See:

https://notepad-plus-plus.org/

I hope that helps.

@kvanh
Copy link

kvanh commented Jul 10, 2019

they're formatted with either Unix or Mac line endings. Until very recently the built in windows notepad didn't support these. Notepad++ that Don mentions is my go to editor on Windows and handles this automatically. Not quite BBEdit but superb for Windows.

@lisamelton
Copy link
Owner

@kvanh Yes, if @cameronks is opening Mac- or Linux-generated .log files on Windows then the built-in Notepad.exe app will more than likely fail handling the line endings.

@supremestarhawk
Copy link
Author

supremestarhawk commented Jul 10, 2019

Thank you both. I've had Notepad++ installed but not needed to use it much, but I will do so for logs now.

Notepad was just super simplistic and all I needed to quickly view the logs from before.

Just to clarify, I'm simply opening the logs directly generated by video_transcoding on Windows. As far as I understand, these are not Mac or Linux generated?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants