Feat rc_util add function
Compare changes
- Bo-Chun Chen authored
with simple publish method
usrreg_mq.py
0 → 100644
+ 53
− 0
added get_args
function: return parsed args
support -v, --verbose
and -n, --dry-run
arguments now.
added get_logger
function: return a logger instance
the default logger format will be: TIME [MODULE_NAME] - MESSAGE
the default logging level is WARNING
with simple publish method