GoogleCloudPlatform / slurm-gcp

Apache License 2.0
26 stars 20 forks source link

Fix double quote in regex for config and add log paths #220

Closed abbas1902 closed 9 hours ago

abbas1902 commented 12 hours ago

When using double quotes plus the \ key yaml will treat it as an escape sequence. For parsers this can be problematic. This change makes it single quotes instead, it also adds an additional label to the logs that gives the path of the log (makes it easier to filter specific logs).

Testing manually and logs are filtered identically with single-quotes vs double-quotes.