frazazel / goorbo

A half-gloop script that farms barf mountain using garbo.
Apache License 2.0
1 stars 9 forks source link

Verbose profit recording #8

Closed Alium58 closed 1 year ago

Alium58 commented 1 year ago

Currently each task record profit (both positive and negative). However it doesn't record the task name. While looking at surrounding section of the log can tell us what task was being ran, just recording the task with the profit makes it easier.

Example log entry before > Profit: -42000, 0, 0, 0.0002777777777787094

Example log entry now > Profit for Grey You/Stillsuit Prep:0, 0, 0, 0.0002777777777787094

frazazel commented 1 year ago

Interesting. This just logs the task name to the log / GCLI, but doesn't internally attach the task name to any of the saved profit logs? This sounds helpful, and it provides a start to providing better overall profit tracking.