Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
joram
joram
Commits
832699fa
Commit
832699fa
authored
Jul 09, 2020
by
Andre Freyssinet
Browse files
Logging enhancements, avoid useless stacktrace.
parent
4d80905c
Changes
1
Hide whitespace changes
Inline
Side-by-side
joram/a3/rt/src/main/java/fr/dyade/aaa/agent/ServiceManager.java
View file @
832699fa
...
...
@@ -198,7 +198,7 @@ public class ServiceManager implements Serializable {
start
(
desc
);
}
catch
(
Exception
exc
)
{
xlogmon
.
log
(
BasicLevel
.
ERROR
,
getName
()
+
", cannot start service:"
+
desc
.
getClassName
(),
exc
);
getName
()
+
", cannot start service:"
+
desc
.
getClassName
(),
exc
);
if
(
exitOnFailure
)
throw
new
Exception
(
"Cannot start service "
+
desc
.
getClassName
());
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment