Skip to content

Commit

Permalink
adjust log level
Browse files Browse the repository at this point in the history
  • Loading branch information
rememberber committed Dec 21, 2021
1 parent 4dbba57 commit 26785cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
<encoder>
<pattern>%date{HH:mm:ss.SSS} [%thread] %-5level %logger{36} :%line - %msg%n</pattern>
</encoder>
<filter class="ch.qos.logback.classic.filter.LevelFilter">
<level>ERROR</level>
<onMatch>ACCEPT</onMatch>
<onMismatch>DENY</onMismatch>
</filter>
</appender>

<root level="INFO">
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/version_summary.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{
"version": "1.1.0",
"title": "a little feature and optimization",
"log": "● update oshi-core to 5.8.6\n● update flatlaf to 2.0-rc1(Support Windows 11 snap layouts menu, macOS screen menu optimization)\n● processes sort method added same as the oshi's demo\n● add cpu usage chart\n"
"log": "● update oshi-core to 5.8.6\n● update flatlaf to 2.0-rc1(Support Windows 11 snap layouts menu, macOS screen menu optimization)\n● processes sort method added same as the oshi's demo\n● add cpu usage chart\n● make System Boot Time and Uptime readable\n"
}
]
}

0 comments on commit 26785cf

Please sign in to comment.