Merge pull request #1003 from akka/wip-protocol-pattern-LogRoleReplace-patriknw
Adjust protocol pattern in LogRoleReplace for new remoting
This commit is contained in:
commit
be2d5977b8
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ object LogRoleReplace extends ClipboardOwner {
|
|||
|
||||
class LogRoleReplace {
|
||||
|
||||
private val RoleStarted = """\[([\w\-]+)\].*Role \[([\w]+)\] started with address \[akka://.*@([\w\-\.]+):([0-9]+)\]""".r
|
||||
private val RoleStarted = """\[([\w\-]+)\].*Role \[([\w]+)\] started with address \[[\w\-\+\.]+://.*@([\w\-\.]+):([0-9]+)\]""".r
|
||||
private val ColorCode = """\u001B?\[[0-9]+m"""
|
||||
|
||||
private var replacements: Map[String, String] = Map.empty
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue