blob: d87fc4c4deba7a0da17d435cd9ae9a48c84db13d [file] [log] [blame]
#!/bin/sh
#
#/**
# * Copyright 2017 The Apache Software Foundation
# *
# * Licensed to the Apache Software Foundation (ASF) under one
# * or more contributor license agreements. See the NOTICE file
# * distributed with this work for additional information
# * regarding copyright ownership. The ASF licenses this file
# * to you 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.
# */
##################
# General
##################
# Log4j configuration file
# DLOG_LOG_CONF=
# Extra options to be passed to the jvm
# DLOG_EXTRA_OPTS=
# Add extra paths to the dlog classpath
# DLOG_EXTRA_CLASSPATH=
# Configure the root logger
# DLOG_ROOT_LOGGER=
# Configure the log dir
# DLOG_LOG_DIR=
# Configure the log file
# DLOG_LOG_FILE=
#################
# ZooKeeper
#################
# Configure zookeeper root logger
# ZK_ROOT_LOGGER=
#################
# Bookie
#################
# Configure bookie root logger
# BK_ROOT_LOGGER=
#################
# Write Proxy
#################
# Configure write proxy root logger
# WP_ROOT_LOGGER=
# write proxy configuration file
# WP_CONF_FILE=${DL_HOME}/conf/write_proxy.conf
# port and stats port
# WP_SERVICE_PORT=4181
# WP_STATS_PORT=9000
# shard id
# WP_SHARD_ID=0
# write proxy namespace
# WP_NAMESPACE=distributedlog://127.0.0.1:2181/messaging/distributedlog/mynamespace