redhat-performance / tuned

Tuning Profile Delivery Mechanism for Linux
GNU General Public License v2.0
751 stars 171 forks source link

functions: added 'log' which helps with debugging #624

Closed yarda closed 1 month ago

yarda commented 2 months ago

E.g.: [variables] dummy=${f:log:${f:exec:uname}}

Logs the output of the 'uname' command to the TuneD log.

Also added more verbose debug output which can help with functions debugging. Enable with 'tuned -D'.

yarda commented 2 months ago

Thanks, it should be fixed now.