Libbum / LimnoSES.jl

A limnological social-ecological system hybrid.
https://libbum.github.io/LimnoSES.jl/dev/
MIT License
0 stars 0 forks source link

A proper logging system #9

Open Libbum opened 4 years ago

Libbum commented 4 years ago

At present we don't to much logging, and internal statuses are also fairly lax.

There is the Outcomes struct but this is in dire straights and needs some better functionality. Monitoring of Pike and Nutrients also is pretty lean. A better system needs to be designed here.

Libbum commented 4 years ago

For logs, using the standard logger should do. But I think we need something a bit mode DrWatson / DataFrame / JuliaDB perhaps.

SESmodeller commented 3 years ago

Which events need logging that cannot be analyzed post-hoc from the simulated data? If there are none right now, I suggest to close this issue and start a new one instead that focuses on an analytical interface to explore the experiments so far, could that run via Pluto or the shiny-kind of data exploration tool?

Libbum commented 3 years ago

Yeah, for the moment the data collector does a good job and really the output is noisy but doesn't need to be anything much better. Having SECC logging was the purpose of this issue though, which isn't reflected in any output analysis methods. It's a low priority regardless.