the built-in OS X application for viewing log files generated by the system and by individual applications
9
votes
2answers
2k views
Prettify OS X console by coloring output?
OS X terminal is not using colors for highlighting output from different commands, for example ls.
When compared with other systems like Ubuntu, this is a big loss of accessibility/productivity.
...
15
votes
1answer
1k views
Is there console mode in Mac OS X?
Is there something like Linux console in Mac OS X? Like "terminal", but without running graphics environment.
0
votes
2answers
2k views
Kernel SMC::smcReadKeyAction error
I just looked in the OS X Console, and noticed that there's a huge number of errors looking like this:
6/12/12 8:33:16.000 PM kernel: SMC::smcReadKeyAction ERROR F1Mn kSMCBadArgumentError(0x89) ...
0
votes
2answers
1k views
Setting a custom log
I have to get all the chromium and firefox info logs out of /var/log/system.log and into a nice quiet /var/log/{chromium,firefox}.log.
However I can neither recall or find how to set that in ...