Thread id is not visible

Issue #118 duplicate
Vadim Volkov created an issue

Hello Mikhail.

Is there any way to show TID column?

Comments (3)

  1. Mikhail Lopatkin repo owner

    It is possible if you don't afraid to hand-edit config file. Config file lives in ~/.logview/logview.properties in Linux and in %APPDATA%\logview\logview.properties in Windows. Just add 'tid' to the list in ui.columns property, for example: ui.columns=time, pid, tid, app, priority, tag, message.

    This must be done when the tool isn't running.

    I'm working on GUI for this in #72, but there is no ETA.

  2. Log in to comment