Azure Work Items And Org mode

The following post is about viewing data from azure work items (ticket id, title etc..) and managing org notes by tagging them. Setting up az cli & az devops extension for az cli azure has a cli and for azure devops there is an extension . #after installing azure cli & cli devops extension #login az devops login Viewing tickets in org mode (using az wiql) This snippet does two things...

January 5, 2023 · Tejaswi D Prakash

Thoughts on Viewing Logs

log viewing What I tried Logview mode emacs Notepad++ Notepad++ supports ‘User Defined Languages’ for key word highlighting, folding etc.. Wrote a log search gui in tkinter Tried this first , until I discovered notepad++ has all of the features I added built into it. How I wanted to go about it Regular expression for the tokens and parsing for the log format Turns out you don’t need that level of configuration See 1 timestamp tz LEVEL message etc....

January 4, 2023 · Tejaswi D Prakash