exlinc / mdlr

MDLR ("Modular") gives you declarative and easy Git 'submodules without the pain of submodules'
Apache License 2.0
27 stars 2 forks source link

Logrus format #3

Open svarlamov opened 6 years ago

svarlamov commented 6 years ago

Clean up logrus output to limit the noise in the logs (such as the [INFO] and timestamp data)

BarbzYHOOL commented 6 years ago

Btw the time to execute commands might be interesting in fact, maybe as a switch with "-v" for verbose or smthg like that.

MiMiMeowMeow commented 5 years ago

First of all, I think mdlr is great. I had experience with git-repo and it's not as straight forward to get working on windows.

I would like the status command to give cleaner formatted output. I noticed that there is another issue that addresses this, mainly taking out the logger output and time stamps. The main use case for me that is missing is being able to see or parse easily the which commit hash is for all the modules.

Thanks!