Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 7a30dff

Browse files
committed
Updated properties file with Sample and actual properties file
1 parent 1a00d79 commit 7a30dff

File tree

2 files changed

+25
-35
lines changed

2 files changed

+25
-35
lines changed
Lines changed: 5 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,20 @@
11
# Name or IP address of the docker server host.
22
# This parameter is required. There is no default value.
3-
docker.hostname=bhaab01-U148604
3+
docker.hostname=
44

55
# Port where docker application is listening. This parameter is required.
66
# There is no default value.
7-
docker.port=4243
7+
docker.port=
88

99
# Data collection interval in seconds. Value should be greater than 5.
1010
# If not, the docker collector will reset this to 60
1111
# This parameter is required. There is no default value.
12-
docker.interval.seconds=15
12+
docker.interval.seconds=
1313

1414
# Hostname or IP address of APM API server. This parameter is required.
1515
# There is no default value.
16-
apm.apihost=bhaab01-U148604
16+
apm.apihost=
1717
# Port for APM API server. This parameter is required.
1818
# There is no default value.
19-
apm.apiport=8080
19+
apm.apiport=
2020

21-
#Logging properties
22-
#This program uses JDK Logging
23-
#Any JDK logging properties can be placed in this file.
24-
#Please review Java documentation for more information
25-
#http://docs.oracle.com/javase/7/docs/api/java/util/logging/package-summary.html
26-
27-
#Types of handlers to use
28-
handlers=java.util.logging.FileHandler, java.util.logging.ConsoleHandler
29-
.level=FINEST
30-
31-
#documentation for FileHandler
32-
#NOTE:If you specify a directory, that folder must exist before logging can occur
33-
#JDK logging does not dynamically create directories.
34-
#java.util.logging.FileHandler.pattern = ./Logs/log%g.%u.txt
35-
36-
37-
java.util.logging.ConsoleHandler.level=INFO
38-
java.util.logging.FileHandler.level=FINEST
39-
40-
#formatter to use
41-
#console formatter defaults to simple
42-
#file formatter defaults to xml
43-
java.util.logging.FileHandler.formatter=java.util.logging.SimpleFormatter
44-
45-
#size of each log file in bytes
46-
java.util.logging.FileHandler.limit=10000
47-
48-
#max number of rolling log files
49-
java.util.logging.FileHandler.count=10
50-
java.util.logging.FileHandler.append=true
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Name or IP address of the docker server host.
2+
# This parameter is required. There is no default value.
3+
docker.hostname=bhaab01-U148604
4+
5+
# Port where docker application is listening. This parameter is required.
6+
# There is no default value.
7+
docker.port=4243
8+
9+
# Data collection interval in seconds. Value should be greater than 5.
10+
# If not, the docker collector will reset this to 60
11+
# This parameter is required. There is no default value.
12+
docker.interval.seconds=15
13+
14+
# Hostname or IP address of APM API server. This parameter is required.
15+
# There is no default value.
16+
apm.apihost=bhaab01-U148604
17+
# Port for APM API server. This parameter is required.
18+
# There is no default value.
19+
apm.apiport=8080
20+

0 commit comments

Comments
 (0)