Update logbax.xml and create test resources.
[music.git] / src / test / resources / Resources.properties
1 #============LICENSE_START==========================================
2 #org.onap.music
3 #===================================================================
4 # Copyright (c) 2017 AT&T Intellectual Property
5 #===================================================================
6 # Licensed under the Apache License, Version 2.0 (the "License");
7 # you may not use this file except in compliance with the License.
8 # You may obtain a copy of the License at
9 #
10 #    http://www.apache.org/licenses/LICENSE-2.0
11 #
12 # Unless required by applicable law or agreed to in writing, software
13 # distributed under the License is distributed on an "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 #  See the License for the specific language governing permissions and
16 #  limitations under the License.
17 #
18 #============LICENSE_END=============================================
19 #====================================================================
20 #Resource key=Error Code|Message text|Resolution text |Description text
21 LOADING_DEFAULT_LOG_CONFIGURATION=\
22                          EELF0001I|\
23                          Loading default logging configuration from system resource file "{0}"|\
24                          No external logging configurations were defined or found, So verify the default logging configuration from system resource file (../logback.xml). |\
25                          Loading default logging configuration from system resource file
26 LOADING_LOG_CONFIGURATION=EELF0002I|\
27                          Loading logging configuration from file "{0}"|\
28                          Verify the correct logging configuration file is loaded. |\
29                          Loading logging configuration for specific file
30 LOGGING_ALREADY_INITIALIZED=\
31                          EELF0003W|\
32                          Logging has already been initialized, check the container logging definitions to ensure they represent your desired logging configuration.|\
33                          Verify the container logging definitions to ensure they represent your desired logging configuration. |\
34                          Logging has already been initialized, check the container logging definitions to ensure they represent your desired logging configuration.
35 NO_LOG_CONFIGURATION=\
36                          EELF0004E|\
37                          No log configuration could be found or defaulted!|\
38                          No external and default logging configuration file. |\
39                          No log configuration could be found or defaulted!
40 SEARCHING_LOG_CONFIGURATION=\
41                          EELF0005I|\
42                          Searching path "{0}" for log configuration file "{1}"|\
43                          Verify the correct Path({user.home};etc;../etc) and filename (eelf.logging.file).|\
44                          Searching path for specific log configuration file.
45 UNSUPPORTED_LOGGING_FRAMEWORK=\
46                          EELF0006E|\
47                          An unsupported logging framework is bound to SLF4J. |\
48                          Verify your logging frameworks.|\
49                          An unsupported logging framework is bound to SLF4J. 
50