webosose / ares-cli

ares-cli is a command-line interface(CLI) for webOS
Apache License 2.0
38 stars 17 forks source link

Support id-filter options on ares-log #56

Closed ssuminahn closed 3 years ago

ssuminahn commented 3 years ago

:Release Notes: Support id-filter options on ares-log

:Detailed Notes:

:Testing Performed:

  1. Pass unit test on ose for pmlogd and journald
  2. Pass eslint
  3. Before check commands usage, install and launch test app $ ares-install ./spec/tempFiles/com.logtest.web.app_1.0.0_all.ipk $ ares-launch com.logtest.web.app
  4. Check below commands
    • ares-log -id com.logtest.web.app
    • ares-log -id com.logtest.web.app -f
    • ares-log -id com.logtest.web.app -n 100000
    • ares-log -id com.logtest.web.app -r -n 100000
    • ares-log -id
    • ares-log -id -r

:Issues Addressed: [WRN-6491] Add app and service filter options for pmlogd