I’ll do this later…

  • 2 Posts
  • 13 Comments
Joined 2 years ago
cake
Cake day: June 8th, 2023

help-circle




  • So that actually doesn’t do what I want. It will record buying and selling of securities but only as if it were like making purchases or payments in a credit card or bank account. It doesn’t keep track of the value of the security or any other asset. For example, I have a Roth account and it has a couple hundred shares of an index fund in it. Actual will only show that I spent several thousand on that index fund (listing it’s name in the notes) but not the number of shares I bought and at what price at the time of purchase. I won’t be able to track gains or losses for each security, only as a whole of the entire Roth. Actual doesn’t do what I want it to do and I don’t know enough TypeScript to contribute.






  • I’m not clear in the post I guess so I’ll try to be more clear here.

    • I’m using Seq for my centralized logging.
    • The logs I get from most of my containers are not in GELF format. I cannot change that unless I change how logging works in all the programs I use. So I’ll need to edit every source code and compile or ask each project to update their logging and output to GELF.
    • They are all shown as errors or info. It depends on the container because some send their logging info to stderr and some to stdout.
    • I’m looking for something that can intercept those logs from my other containers, format them to GELF, and send the formatted logs to Seq.