Skip to content

Commit 45260c1

Browse files
committed
remove blanks
1 parent a4b1bd5 commit 45260c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/confParser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def parse_cmd_args(argv):
151151
help='ZIMon collector port number (Default from config.ini: 9084) \
152152
NOTE: In some environments, for better bridge performance the usage of the multi-threaded port 9094 could be helpful.\
153153
In this case make sure the \'query2port = \"9094\"\' is enabled in the ZIMon queryinterface settings (\'ZIMonCollector.cfg\')')
154-
parser.add_argument('-l', '--logPath', action="store", default= None, help='location path of the log file (Default from config.ini: \'/var/log/ibm_bridge_for_grafana\')')
154+
parser.add_argument('-l', '--logPath', action="store", default=None, help='location path of the log file (Default from config.ini: \'/var/log/ibm_bridge_for_grafana\')')
155155
parser.add_argument('-f', '--logFile', action="store", default=None, help='Name of the log file (Default from config.ini: zserver.log')
156156
parser.add_argument('-c', '--logLevel', action="store", type=int, default=None,
157157
help='log level. Available levels: 10 (DEBUG), 15 (MOREINFO), 20 (INFO), 30 (WARN), 40 (ERROR) (Default from config.ini: 15)')

0 commit comments

Comments
 (0)