Skip to content

Commit 2d7ca5e

Browse files
committed
Remove default value for LogConsoleSeparator
1 parent ad60e84 commit 2d7ca5e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

httpclient/httpclient_client.go

-5
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,6 @@ func BuildClient(config ClientConfig) (*Client, error) {
8787
// Parse the log level string to logger.LogLevel
8888
parsedLogLevel := logger.ParseLogLevelFromString(config.ClientOptions.LogLevel)
8989

90-
// Set default value if none is provided
91-
if config.ClientOptions.LogConsoleSeparator == "" {
92-
config.ClientOptions.LogConsoleSeparator = ","
93-
}
94-
9590
// Initialize the logger with parsed config values
9691
log := logger.BuildLogger(parsedLogLevel, config.ClientOptions.LogOutputFormat, config.ClientOptions.LogConsoleSeparator)
9792

0 commit comments

Comments
 (0)