Closed ssuminahn closed 3 years ago
code :+1: verify :+1:
Code :-1:
code :+1: verify :+1:
Please add ares-log path to package.json
"license": "Apache-2.0",
"bin": {
"ares": "bin/ares.js",
"ares-config": "bin/ares-config.js",
"ares-device": "bin/ares-device.js",
"ares-generate": "bin/ares-generate.js",
"ares-inspect": "bin/ares-inspect.js",
"ares-install": "bin/ares-install.js",
"ares-launch": "bin/ares-launch.js",
"ares-package": "bin/ares-package.js",
"ares-push": "bin/ares-push.js",
"ares-pull": "bin/ares-pull.js",
"ares-server": "bin/ares-server.js",
"ares-setup-device": "bin/ares-setup-device.js",
"ares-shell": "bin/ares-shell.js"
},
"engines": {
Please add ares-log path to package.json
"license": "Apache-2.0", "bin": { "ares": "bin/ares.js", "ares-config": "bin/ares-config.js", "ares-device": "bin/ares-device.js", "ares-generate": "bin/ares-generate.js", "ares-inspect": "bin/ares-inspect.js", "ares-install": "bin/ares-install.js", "ares-launch": "bin/ares-launch.js", "ares-package": "bin/ares-package.js", "ares-push": "bin/ares-push.js", "ares-pull": "bin/ares-pull.js", "ares-server": "bin/ares-server.js", "ares-setup-device": "bin/ares-setup-device.js", "ares-shell": "bin/ares-shell.js" }, "engines": {
done
Please fix context
$ node ares-log.js -s test.log
..
Created /home/ye0607kim/project/github/ares-cli/bin/test.log
Success
$ node ares-log.js -s
....
Created 20210511_180800.log
Success
Code :+1: Verified :+1:
Support ares-log
:Detailed Notes: ares-log provides the user with a more convenient function to check the log. Most of the options provided by the existing journald can be utilized. In addition, it provides a function to save log, search log file list, and search unit list.
:Testing Performed:
:Issues Addressed: [PLAT-134677] Support to unit test of ares-log