English 中文(简体)
Putty Session Logging - Not encoding characters properly
原标题:

I m setting up a Ubuntu server using Windows + Putty and want to log all my console activity. In putty I have the following configuration:

Putty Configuration http://lbjuice.com/host/putty.png [View Full Size]

The problem is, this is the log file it generates:

Logfile http://lbjuice.com/host/session-output.png [View Full Size]

Notice all the unreadable characters and symbols? I assume it has something to do with the encoding, but I tried changing it in Putty, and the problem remains.

问题回答

Maybe the problem is not so much Putty, but that you re opening the file with Notepad.

Try opening the log file in an editor that can switch character sets (most easily, perhaps, a browser) and try switching around character sets.





相关问题
Best logging approach for composite app?

I am creating a Composite WPF (Prism) app with several different projects (Shell, modules, and so on). I am getting ready to implement logging, using Log4Net. It seems there are two ways to set up the ...

How to make logging.debug work on Appengine?

I m having a tough time getting the logging on Appengine working. the statement import logging is flagged as an unrecognized import in my PyDev Appengine project. I suspected that this was just an ...

How to validate Java logging properties files?

I have a basic facility for allowing users to remotely apply changes to the logging files in my application. Some logs are configured using java.util.logging properties files, and some are configured ...

Logging SAS scripts

I ve been developing a lot of Java, PHP and Python. All of which offer great logging packages (Log4J, Log or logging respectively). This is a great help when debugging applications. Especially if the ...

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...

热门标签