Titan Core Initial Contribution
[deliverable/titan.core.git] / regression_test / logger_control / config.cfg
1 ###############################################################################
2 # Copyright (c) 2000-2014 Ericsson Telecom AB
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]
9 logcontrol
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
18 LogSourceInfo := Single
19 # complicates checking for "Switched", but it should be enabled,
20 # because LogEntityName (which the test changes) has no effect otherwise.
21
22 LogEventTypes := Detailed
23 # Do not set MatchingHints := Detailed, test relies on the default being Compact
24
25 # Masks for a component identified by name
26 ChuckNorris.FileMask := EXECUTOR
27 ChuckNorris.ConsoleMask := EXECUTOR
28
29 # Masks for a component identified by component reference
30 42.FileMask := PORTEVENT
31 42.ConsoleMask := ACTION | ERROR | WARNING
This page took 0.050992 seconds and 5 git commands to generate.