In the same manner as I can get the name of the workspace via the $(WORKSPACE_NAME)
Trying to make it easier to bugfix scripts if they fail or get terminated by a terminator transformer. The message is then sent to a teams-channel.
In the same manner as I can get the name of the workspace via the $(WORKSPACE_NAME)
Trying to make it easier to bugfix scripts if they fail or get terminated by a terminator transformer. The message is then sent to a teams-channel.
I like the idea, but I'm not sure if this is possible.
How I do my server logging:
I like the idea, but I'm not sure if this is possible.
How I do my server logging:
Hi thanks, that's what i'am doing right now but the lazy person in me wanted a faster way
Hi thanks, that's what i'am doing right now but the lazy person in me wanted a faster way
I understand lazy is good. Let's hope someone with a better idea chimes in.
Hi thanks, that's what i'am doing right now but the lazy person in me wanted a faster way
Hello @essb, I was thinking similarly to @nielsgerrits, the logfile may be the best option. You could also try the LogMessageStreamer, however, it looks like you'd still need to parse the transformer name from log.message (eg. Creator_XML_Creator (CreationFactory): Created 1 features). Hope this helps, Kailin.