Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ActionScreenshot
Open Powershell

Change to the log folder

cd C:\ProgramData\iQuate\iQSonar4.0\Logs

The Get-Content cmdlet with the Tail parameter will list the last number of lines from the file


If you want to get the effect of "tail -f", use the "-Wait" parameter on the end as well.

Change Directory to the folder containing the log

Type the Get-Content cmdlet with both "-tail N" and "-wait" together

example:

Code Block
cd C:\ProgramData\iQuate\iQSonar4.0\Logs
get-content service.log -tail 10 -wait

Will display the last 10 lines of the service log, and will then continue displaying any new lines until
the user presses CTRL-C


Image Added



 

Info

Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@1fb5c7
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "kb-how-to-article" and type = "page" and space = "CSKB"
labelskb-how-to-article

...