summaryrefslogtreecommitdiffstats
path: root/javatoscachecker/service/application.properties
blob: 9c8c92da4133264509ab884cbd0e8eab5cb41b20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# Copyright (c) 2017 <AT&T>.  All rights reserved.
# ===================================================================
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
#        http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software distributed under the License is distributed 
# on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for
# the specific language governing permissions and limitations under the License.
#
#beans.config=config/checker.xml
spring.profiles.active=default
server.port = 8080

logging.level.root=INFO
logging.level.org.springframework.web=INFO
logging.level.org.onap.tosca.checker=DEBUG
logging.level.org.onap.tosca.checker.service=DEBUG