diff --git a/hyperglass/configuration/models/params.py b/hyperglass/configuration/models/params.py index 4a27ef1..376ad9f 100644 --- a/hyperglass/configuration/models/params.py +++ b/hyperglass/configuration/models/params.py @@ -178,7 +178,7 @@ class Params(HyperglassModel): now = datetime.now() now.isoformat value = Path( - f'/tmp/hyperglass_{now.strftime(r"%Y%M%d-%H%M%S")}.log' # noqa: S108 + f'/tmp/hyperglass_{now.strftime(r"%Y%M%d_%H-%M-%S")}.log' # noqa: S108 ) return value