Skip to content

Commit

Permalink
Revert unintended change
Browse files Browse the repository at this point in the history
  • Loading branch information
aleks-p committed Jan 8, 2025
1 parent 166ff4c commit a0efea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/src/main/java/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static void main(String[] args) {
.setApplicationName("demo.app{qweqwe=asdasd}")
.setServerAddress("http://localhost:4040")
.setFormat(Format.JFR)
.setProfilingEvent(EventType.CPU)
.setProfilingEvent(EventType.CTIMER)
.setLogLevel(Logger.Level.DEBUG)
.setLabels(mapOf("user", "tolyan"))
.build())
Expand Down

0 comments on commit a0efea6

Please sign in to comment.