Sync with 5.4.0
[deliverable/titan.core.git] / regression_test / logger_control / config.cfg
CommitLineData
970ed795 1###############################################################################
3abe9331 2# Copyright (c) 2000-2015 Ericsson Telecom AB
970ed795
EL
3# All rights reserved. This program and the accompanying materials
4# are made available under the terms of the Eclipse Public License v1.0
5# which accompanies this distribution, and is available at
6# http://www.eclipse.org/legal/epl-v10.html
7###############################################################################
8[EXECUTE]
9logcontrol
10
11
12[LOGGING]
13#
14# Warning! Do not set FileMask or ConsoleMask!
15# The test relies on seeing the default values initially.
16#
17
18LogSourceInfo := Single
19# complicates checking for "Switched", but it should be enabled,
20# because LogEntityName (which the test changes) has no effect otherwise.
21
22LogEventTypes := Detailed
23# Do not set MatchingHints := Detailed, test relies on the default being Compact
24
25# Masks for a component identified by name
26ChuckNorris.FileMask := EXECUTOR
27ChuckNorris.ConsoleMask := EXECUTOR
28
29# Masks for a component identified by component reference
3042.FileMask := PORTEVENT
3142.ConsoleMask := ACTION | ERROR | WARNING
This page took 0.054647 seconds and 5 git commands to generate.