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
Melodic
morphemic-preprocessor
Commits
cd014c46
Commit
cd014c46
authored
Jul 29, 2021
by
Ali Fahs
Browse files
limit the log for BYON deployment
parent
0a865d6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
scheduling-abstraction-layer/src/main/java/org/activeeon/morphemic/model/Deployment.java
View file @
cd014c46
...
...
@@ -81,7 +81,7 @@ public class Deployment implements Serializable {
", number='"
+
number
+
'\''
+
", paCloud='"
+
paCloud
+
'\''
+
", task='"
+
task
.
getName
()
+
'\''
+
", byonNode='"
+
byonNode
.
toString
()
+
'\''
+
", byonNode='"
+
byonNode
.
getName
()
+
'\''
+
'}'
;
default
:
return
"Deployment{nodeName='"
+
nodeName
+
'}'
;
...
...
Write
Preview
Supports
Markdown
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