Commit b5f1bbb
tools: hv: Enable debug logs for hv_kvp_daemon
jira LE-3207
feature tools_hv
commit-author Shradha Gupta <shradhagupta@linux.microsoft.com>
commit a9c0b33
Allow the KVP daemon to log the KVP updates triggered in the VM
with a new debug flag(-d).
When the daemon is started with this flag, it logs updates and debug
information in syslog with loglevel LOG_DEBUG. This information comes
in handy for debugging issues where the key-value pairs for certain
pools show mismatch/incorrect values.
The distro-vendors can further consume these changes and modify the
respective service files to redirect the logs to specific files as
needed.
Signed-off-by: Shradha Gupta <shradhagupta@linux.microsoft.com>
Reviewed-by: Naman Jain <namjain@linux.microsoft.com>
Reviewed-by: Dexuan Cui <decui@microsoft.com>
Link: https://lore.kernel.org/r/1744715978-8185-1-git-send-email-shradhagupta@linux.microsoft.com
Signed-off-by: Wei Liu <wei.liu@kernel.org>
Message-ID: <1744715978-8185-1-git-send-email-shradhagupta@linux.microsoft.com>
(cherry picked from commit a9c0b33)
Signed-off-by: Jonathan Maple <jmaple@ciq.com>
Signed-off-by: Jonathan Maple <jmaple@ciq.com>
Signed-off-by: Shreeya Patel <spatel@ciq.com>1 parent 9f0884b commit b5f1bbb
1 file changed
+59
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| |||
172 | 173 | | |
173 | 174 | | |
174 | 175 | | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
175 | 190 | | |
176 | 191 | | |
177 | 192 | | |
| |||
259 | 274 | | |
260 | 275 | | |
261 | 276 | | |
| 277 | + | |
| 278 | + | |
262 | 279 | | |
263 | 280 | | |
264 | 281 | | |
| |||
286 | 303 | | |
287 | 304 | | |
288 | 305 | | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
289 | 309 | | |
290 | 310 | | |
291 | 311 | | |
| |||
304 | 324 | | |
305 | 325 | | |
306 | 326 | | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
307 | 332 | | |
308 | 333 | | |
309 | 334 | | |
310 | 335 | | |
311 | 336 | | |
312 | 337 | | |
313 | | - | |
314 | | - | |
315 | 338 | | |
| 339 | + | |
316 | 340 | | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
317 | 346 | | |
318 | 347 | | |
319 | | - | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
320 | 355 | | |
| 356 | + | |
321 | 357 | | |
322 | 358 | | |
323 | 359 | | |
| |||
337 | 373 | | |
338 | 374 | | |
339 | 375 | | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
340 | 379 | | |
341 | 380 | | |
342 | 381 | | |
| |||
348 | 387 | | |
349 | 388 | | |
350 | 389 | | |
351 | | - | |
| 390 | + | |
| 391 | + | |
352 | 392 | | |
| 393 | + | |
353 | 394 | | |
354 | 395 | | |
355 | 396 | | |
356 | 397 | | |
357 | 398 | | |
358 | 399 | | |
359 | 400 | | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
360 | 406 | | |
361 | 407 | | |
362 | 408 | | |
| |||
1355 | 1401 | | |
1356 | 1402 | | |
1357 | 1403 | | |
| 1404 | + | |
1358 | 1405 | | |
1359 | 1406 | | |
1360 | 1407 | | |
| |||
1376 | 1423 | | |
1377 | 1424 | | |
1378 | 1425 | | |
| 1426 | + | |
1379 | 1427 | | |
1380 | 1428 | | |
1381 | 1429 | | |
1382 | | - | |
| 1430 | + | |
1383 | 1431 | | |
1384 | 1432 | | |
1385 | 1433 | | |
| |||
1388 | 1436 | | |
1389 | 1437 | | |
1390 | 1438 | | |
| 1439 | + | |
| 1440 | + | |
| 1441 | + | |
1391 | 1442 | | |
1392 | 1443 | | |
1393 | 1444 | | |
| |||
1410 | 1461 | | |
1411 | 1462 | | |
1412 | 1463 | | |
| 1464 | + | |
| 1465 | + | |
| 1466 | + | |
1413 | 1467 | | |
1414 | 1468 | | |
1415 | 1469 | | |
| |||
0 commit comments