blob: 00aeb5e2999ff1007775b7a0f173303f6aac484b [file] [log] [blame] [edit]
# Copyright 2020 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# For ARCVM related logs:
# - Log all messages to /var/log/arc.log.
# - Log important stuff (EMERG..ERR) to /var/log/messages.
if $syslogtag startswith 'arc-' then -/var/log/arc.log
if $syslogtag startswith 'arc-' and $syslogseverity >= '4' then ~
if $syslogtag startswith 'arcvm' then -/var/log/arc.log
if $syslogtag startswith 'arcvm' and $syslogseverity >= '4' then ~