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
Is your feature request related to a problem? Please describe
I am using the %TIMESTAMP% variable in the name of my text logfiles.
I've configured the timestamp to my liking using the timestamp_format in configuration.yaml.
The log in the console shows the timestamp the right way as configured in timestamp_format, but the name of my logfile does not.
Is your feature request related to a problem? Please describe
I am using the %TIMESTAMP% variable in the name of my text logfiles.
I've configured the timestamp to my liking using the timestamp_format in configuration.yaml.
The log in the console shows the timestamp the right way as configured in timestamp_format, but the name of my logfile does not.
configuration.yaml
timestamp_format: DD/MM-YYYY HH:mm:ss
log_directory: data/log
log_file: log_%TIMESTAMP%.txt
my logfiles has this naming: log_2024-11-15.22-05-31.txt
and not the log_DD/MM-YYYY HH:mm:ss that I would like.
Describe the solution you'd like
Would be nice if the %TiMESTAMP% variable would use the format defined with the timestamp_format variable when logging to text file.
Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered: