public interface DaemonProperties
| Modifier and Type | Field and Description |
|---|---|
static String |
DAEMON_NAME
the name of the daemon
|
static String |
DEVELOPMENT_MODE
daemon is in dev mode (true/false)
|
static String |
LOGGER_FILE
true to use
FileAppender; false to disable |
static String |
LOGGER_LEVEL
the logger level (see
Level) |
static String |
LOGGER_LOGGLY
true to use
LogglyAppender; false to disable |
static String |
LOGGER_SYSLOG
true to use
SyslogAppender; false to disable |
static String |
LOGGLY_TAGS
the tags for loggly
|
static String |
LOGGLY_TOKEN
the customer token for loggly
|
static String |
PROPERTY_LOCATION
the property location (file name or URL)
|
static String |
PROPERTY_SERVER
the config server URL if property.source=cs
|
static String |
PROPERTY_SOURCE
the property source type (aws, cs, file, http)
|
static String |
PROPERTY_SOURCE_AWS
the property source type - Amazon Web Services UserData
|
static String |
PROPERTY_SOURCE_CS
the property source type - Cinovo Config Server
|
static String |
PROPERTY_SOURCE_FILE
the property source type - local file
|
static String |
PROPERTY_SOURCE_HTTP
the property source type - HTTP GET resource
|
static String |
PROPERTY_TEMPLATE
the config server template if property.source=cs
|
static String |
SERVICE_NAME
the name of the daemon
|
static String |
SYSLOG_FACILITY
the syslog facility (LOCAL0, LOCAL1, ...)
|
static String |
SYSLOG_HOST
the host for remote syslog
|
static String |
SYSLOG_LEVEL
the log level for syslog (see
Level) |
static final String DEVELOPMENT_MODE
static final String LOGGER_LEVEL
Level)static final String LOGGER_FILE
FileAppender; false to disablestatic final String LOGGER_SYSLOG
SyslogAppender; false to disablestatic final String LOGGER_LOGGLY
LogglyAppender; false to disablestatic final String SYSLOG_LEVEL
Level)static final String SYSLOG_FACILITY
static final String SYSLOG_HOST
static final String LOGGLY_TOKEN
static final String LOGGLY_TAGS
static final String DAEMON_NAME
static final String SERVICE_NAME
static final String PROPERTY_SOURCE
static final String PROPERTY_LOCATION
static final String PROPERTY_SERVER
static final String PROPERTY_TEMPLATE
static final String PROPERTY_SOURCE_AWS
static final String PROPERTY_SOURCE_FILE
static final String PROPERTY_SOURCE_HTTP
static final String PROPERTY_SOURCE_CS
Copyright © 2012-2013 Taimos GmbH. All Rights Reserved.