hg-pyun / axios-logger

Beautify Axios Logging Messages
MIT License
173 stars 33 forks source link

Explicitly set defaults in the code, as documented #65

Closed ClintEsteMadera closed 4 years ago

ClintEsteMadera commented 4 years ago

To match what's documented in https://github.com/hg-pyun/axios-logger#enable-config-list, set explicitly the default values in the code, so that it's easier (mostly for contributors) to follow the code

ClintEsteMadera commented 4 years ago

Why is dateFormat missing?

@hg-pyun : I've just added it, good catch! This one should be ready to merge. I will now proceed to apply the suggestions on the main one (the one about enabling other loggers) so that you are able to release v2.4.0 whenever you want and I can start using it on my project. Thanks for being so receptive to contributions!

hg-pyun commented 4 years ago

@ClintEsteMadera Thank you for contributing a good code.