Skip to content

Commit

Permalink
Increase default log level from Warning to Notice
Browse files Browse the repository at this point in the history
:Release Notes:
Increase default log level from Warning to Notice

:Detailed Notes:

:Testing Performed:

:QA Notes:

:Issues Addressed:

Open-webOS-DCO-1.0-Signed-off-by: Roger Stringer <roger.stringer@lge.com>

Change-Id: Ib430b995c0c790930b9ccc20b6428e1b19750f9a
Reviewed-on: https://g2g.palm.com/3555
Tested-by: Roger Stringer <roger.stringer@lge.com>
Reviewed-by: Build Verification
Reviewed-by: Maksym Sditanov <maxim.sditanov@lge.com>
Reviewed-by: Roger Stringer <roger.stringer@lge.com>
  • Loading branch information
Roger Stringer committed Oct 2, 2013
1 parent ef0e528 commit 30ff1ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion files/launch/activitymanager.conf.in
Expand Up @@ -27,4 +27,4 @@ respawn
# Comment this line out to suppress logs on the console
#console output

exec @WEBOS_INSTALL_SBINDIR@/activitymanager -c {\"log\":{\"appender\":{\"type\":\"syslog\"},\"levels\":{\"default\":\"warning\"}}}
exec @WEBOS_INSTALL_SBINDIR@/activitymanager -c {\"log\":{\"appender\":{\"type\":\"syslog\"},\"levels\":{\"default\":\"notice\"}}}
2 changes: 1 addition & 1 deletion files/launch/activitymanager.in
Expand Up @@ -21,5 +21,5 @@ start on datastore-initialized
stop on started start_update

respawn
exec @WEBOS_INSTALL_SBINDIR@/activitymanager -c {\"log\":{\"appender\":{\"type\":\"syslog\"},\"levels\":{\"default\":\"warning\"}}}
exec @WEBOS_INSTALL_SBINDIR@/activitymanager -c {\"log\":{\"appender\":{\"type\":\"syslog\"},\"levels\":{\"default\":\"notice\"}}}

0 comments on commit 30ff1ef

Please sign in to comment.