Ability to edit columns that get logged

User feature requests
Planned features for Core Temp
Post Reply
martin-z
New User
Posts: 1
Joined: Sat Dec 09, 2023 7:53 am

Ability to edit columns that get logged

Post by martin-z »

It would be great if it was possible to adjust which columns get logged in the CSV file!

For example, adding support in the CoreTemp.ini for something like...

Code: Select all

[Log]
Column1=Time
Column2=Core 0 Temp
Column3=Core 1 Temp
Column4=Core 2 Temp
Column5=Core 3 Temp
Column6=Core 4 Temp
Column7=Core 5 Temp
Column8=CPU 0 Power
... or just ...

Code: Select all

LogColumns="Time,Core 0 Temp,Core 1 Temp,Core 2 Temp,Core 3 Temp,Core 4 Temp,Core 5 Temp,Core 0 Power"
In my case, I have a 6-core CPU and want to log the time, core temps + power (8 columns total). While the log does have this info, it output 39 columns overall (or in other words 4x more columns than I want / 31 columns to delete later).

Hopefully this isn't too large a request(?)

PS -- I did a search on the forum and didn't see this mentioned, or an obvious way to do this in the current CoreTemp.ini file

Post Reply

Return to “Development”