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.
Well I can get the logs in Seq. I don't know how to process the logs that come in so they are at the right level, timestamp, message, etc. Guess I look into it tomorrow...
Yeah but the thing is I have it set up to read the logs being sent out from my Docker containers. Even though I've set the containers to output using the GELF driver they don't really do that. The log messages my container send are not in GELF format so I have to find a way to fix that.
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.
I've done that. I don't have a formatting issue. The containers I'm trying to get logs from have a formatting issue. They don't stream their logs in GELF. I am getting the logs but I can't change the formatting that they send me unless I mess with the code itself.
Could Nintendo at least offer a mapper that I could change it to how I want? They did enough re-coding to allow online multiplayer so adding in some customizability to the controls should be doable.
Have any of you noticed that two of the books are C# books? Blazor WebAssembly by Example and Mastering Blazor WebAssembly. Why are they here? Is it because of web assembly?
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.