Tailviewer
Tailviewer copied to clipboard
Not showing any data
Current behaviour
white screen
Expected behaviour
lines of log/data
Steps to reproduce the problem
I changed the format of the log files to text and back to log format however it shows a white screen:
previous:
now:
there is the same problem here.
Go to -> C:\Users\<user>\AppData\Local\Tailviewer
and delete all its content. Just in case, save the log file and if has not fixed the issue provide here the log.
it solved the problem for me
Thanks! This worked for me as well.
In my case this was caused by inadvertently adding a "Custom Log file Format" in Settings and leaving it blank.
The delete button didn't seem to help, so I exited TailViewer and removed the folllowing section from
%LOCALAPPDATA%\Tailviewer\settings.xml
...
<customformats>
<customformat plugin="Tailviewer.Formats.Serilog" name="My custom Serilog format" format="*" encoding="" />
</customformats>