aloof-lamp-69262
04/26/2023, 8:33 PM.garden/error.log
is always empty.
However I find the actual file under .garden/logs/error.log
Alongside development.log
How can I fix this to not go under logs folder and just stay on the root folder.
I searched the documents and I could not find a way to influence this via an env variable or some sort of config.
Thank you!quaint-dress-831
04/27/2023, 12:15 PMbright-policeman-43626
04/27/2023, 12:16 PMaloof-lamp-69262
04/27/2023, 8:54 PMancient-diamond-80011
04/28/2023, 7:13 AM.garden/error.log
, but it will only have content if you ran into errors. if you have a successful command, the contents will be empty.garden/error.log
will reflect the most recent run, it is not an append-only log of all runs (or similar).garden/logs
directory will have the logs for each individual command run in separate files, with timestamped filenamesbright-policeman-43626
05/05/2023, 3:17 PM