Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vorgang-manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OZG-Cloud
app
vorgang-manager
Commits
2d21c501
Commit
2d21c501
authored
1 year ago
by
OZGCloud
Browse files
Options
Downloads
Patches
Plain Diff
prj42 Log configured default charset
parent
c5e086a9
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
pluto-common/src/main/java/de/itvsh/ozg/pluto/LogRunner.java
+21
-0
21 additions, 0 deletions
pluto-common/src/main/java/de/itvsh/ozg/pluto/LogRunner.java
with
21 additions
and
0 deletions
pluto-common/src/main/java/de/itvsh/ozg/pluto/LogRunner.java
0 → 100644
+
21
−
0
View file @
2d21c501
package
de.itvsh.ozg.pluto
;
import
java.nio.charset.Charset
;
import
org.springframework.context.ApplicationListener
;
import
org.springframework.context.event.ContextRefreshedEvent
;
import
org.springframework.stereotype.Component
;
import
lombok.extern.log4j.Log4j2
;
@Log4j2
@Component
class
LogRunner
implements
ApplicationListener
<
ContextRefreshedEvent
>
{
@Override
public
void
onApplicationEvent
(
ContextRefreshedEvent
event
)
{
LOG
.
info
(
"Standard Charset: "
+
Charset
.
defaultCharset
());
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment