You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Done, now it's possible to yse ${parameter name} syntax to set logging filename template. Since parameters belong to scripts and not to a server, I added a possibility to override logging configuration for every script. The syntax is the same.
(you can still configure parameter substitution on a server level, but it's not recommended)
in logging.json i see
"simple": {
"format": "%(asctime)s [%(name)s.%(levelname)s] %(message)s"
}
i need to put first parameter value in there.
(to know which playbook is ran)
is it possible?
thanks
The text was updated successfully, but these errors were encountered: