docker-dashboard
docker-dashboard copied to clipboard
Set options for log file
Hi there,
This is a great tool – I use it in both local and UAT environments and cannot recommended it enough –, still I'd love to be able to set some basic log file options such as the path and the log mode that this generates.
I can see that the current src/common/log.ts
has some functionalities such as "debug", "info", "error" and "warn", but still cannot make docker-dashboard
start in "error" mode or any other less-verbose mode, so if I run this tool during a couple hours in my local environment I may end up with a docker-dashboard.log
file of ~2 MB.
Is this possible to do?