Closed AitakattaSora closed 3 weeks ago
I think I’m done, but I have a few questions:
App.SetupLogger
zen/frontend/wailsjs/go/app/App.js
getLogsDir
app/logger.go
cfg
DataDir
ConfigDir
I think I’m done, but I have a few questions:
App.SetupLogger
is generated inzen/frontend/wailsjs/go/app/App.js
, which isn’t supposed to be exported. @anfragment, could you help me with that?getLogsDir
is currently created directly inapp/logger.go
, which might not be ideal. Should I initialize it incfg
likeDataDir
andConfigDir
?