selva4
January 16, 2023, 3:07pm
1
Hi team,
As you know, logback.xml helps us in printing all the required information in the console, but for few cases, i don’t want print anything on console.
could you please help me on this?
GeMi
January 16, 2023, 3:23pm
2
Delete console from writers in gatling.conf
enableHostnameVerification = false # When set to true, enable hostname verification: SSLEngine.setHttpsEndpointIdentificationAlgorithm("HTTPS")
dns {
queryTimeout = 5000 # Timeout in millis of each DNS query in millis
maxQueriesPerResolve = 6 # Maximum allowed number of DNS queries for a given name resolution
}
}
jms {
replyTimeoutScanPeriod = 1000 # scan period for timedout reply messages
}
data {
writers = [console, file] # The list of DataWriters to which Gatling write simulation data (currently supported : console, file, graphite)
console {
light = false # When set to true, displays a light version without detailed request stats
writePeriod = 5 # Write interval, in seconds
}
file {
bufferSize = 8192 # FileDataWriter's internal data buffer size, in bytes
}
leak {
noActivityTimeout = 30 # Period, in seconds, for which Gatling may have no activity before considering a leak may be happening
}
system
Closed
February 15, 2023, 3:23pm
3
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.