nla / jvmctl

Java app deployment tool
MIT License
1 stars 1 forks source link

Service name parsing bug in logduct #10

Open ato opened 8 years ago

ato commented 8 years ago

The name "gs-rest-service-master" confuses the logging daemon as it does a regex search for "jvm:(.+).service". The . should be a literal not a wildcard match so we need to fix it to match with .service instead.