-
-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26268 from qmonmert/sonar250524
Sonar: This block of commented-out lines of code should be removed
- Loading branch information
Showing
2 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Gatling sub-generator | ||
|
||
Generates load testing simulations for entities using [Gatling](https://gatling.io/). | ||
|
||
## Logging tips | ||
|
||
``` | ||
LoggerContext context = (LoggerContext) LoggerFactory.getILoggerFactory(); | ||
{ | ||
// Log all HTTP requests | ||
//context.getLogger("io.gatling.http").setLevel(Level.valueOf("TRACE")); | ||
// Log failed HTTP requests | ||
//context.getLogger("io.gatling.http").setLevel(Level.valueOf("DEBUG")); | ||
} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters