How do I search for a simple string in the logs? Most examples are done with variables "user=" etc. I just wnat to search for a string of characters.
Thnx
If you are looking for a string in the last part of each log message then you would use msg="string"
If the string you are looking for resides in more than one log component then it would probably be easier to export the log and search it.