Page MenuHomePhabricator

Log levels not being respected on service-runner services on SCA
Closed, ResolvedPublic

Description

It seems the new version of service-runner and/or service-template-node break the logging config of SCA services (using service::node). Most notably, this is visible when there are multiple logging streams configured, each with its own log level - a stream's level configuration directive seems to be completely ignored, and only the global one is honoured. Moreover, when the global directive is missing, no logging happens at all.

Event Timeline

mobrovac claimed this task.
mobrovac raised the priority of this task from to High.
mobrovac updated the task description. (Show Details)
mobrovac subscribed.

Differences:

  • working: service-runner @ 0.1.8 and bunyan @ 1.3.5
  • not working: service-runner @ 0.1.10 and bunyan @ 1.4.0

PR #41 fixes the issue of service-runner rejecting all log entries being lower than the globally-set one. Resolving.