blob: fcd9da85a52180e35122eddc82a0c53a70cb0fea [file] [log] [blame]
sg481nbd890c52017-08-28 12:11:35 -04001#-------------------------------------------------------------------------------
2# ============LICENSE_START====================================================
3# * org.onap.aaf
4# * ===========================================================================
5# * Copyright © 2017 AT&T Intellectual Property. All rights reserved.
6# * ===========================================================================
7# * Licensed under the Apache License, Version 2.0 (the "License");
8# * you may not use this file except in compliance with the License.
9# * You may obtain a copy of the License at
10# *
11# * http://www.apache.org/licenses/LICENSE-2.0
12# *
13# * Unless required by applicable law or agreed to in writing, software
14# * distributed under the License is distributed on an "AS IS" BASIS,
15# * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16# * See the License for the specific language governing permissions and
17# * limitations under the License.
18# * ============LICENSE_END====================================================
19# *
20# * ECOMP is a trademark and service mark of AT&T Intellectual Property.
21# *
22#-------------------------------------------------------------------------------
23###############################################################################
24# Copyright (c) 2016 AT&T Intellectual Property. All rights reserved.
25###############################################################################
26#
27# Licensed to the Apache Software Foundation (ASF) under one
28# or more contributor license agreements. See the NOTICE file
29# distributed with this work for additional information
30# regarding copyright ownership. The ASF licenses this file
31# to you under the Apache License, Version 2.0 (the
32# "License"); you may not use this file except in compliance
33# with the License. You may obtain a copy of the License at
34#
35# http://www.apache.org/licenses/LICENSE-2.0
36#
37# Unless required by applicable law or agreed to in writing,
38# software distributed under the License is distributed on an
39# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
40# KIND, either express or implied. See the License for the
41# specific language governing permissions and limitations
42# under the License.
43#
44
45log4j.appender.SVR=org.apache.log4j.RollingFileAppender
46log4j.appender.SVR.File=${user.home}/.aaf/authz-cmd.log
47log4j.appender.SVR.MaxFileSize=10000KB
48log4j.appender.SVR.MaxBackupIndex=1
49log4j.appender.SVR.layout=org.apache.log4j.PatternLayout
50log4j.appender.SVR.layout.ConversionPattern=%d %p [%c] %m %n
51
52# General Apache libraries
53log4j.rootLogger=WARN,SVR
54