Fork me on GitHub
#overtone
<
2023-12-08
>
plexus07:12:37

Something else that's been bothering me, overtone uses a mix of println and java logging. I don't think using a real logging framework makes much sense here. There's some benefit in being able to up the verbosity, but because Java logging it's such a mess it's also unpredictable. I noticed for instance that in minibeast the logs don't show up. I don't want to help someone debug their logging setup first before I can actually get some debug info... It also writes a log file under .overtone. has anyone ever looked at that? When would that be useful?