Files
Bubberstation/code/__HELPERS/logging/tool.dm
SkyratBot 8908f128fc [MIRROR] Improves RCD Logging (#26990)
* Improves RCD Logging (#82080)

## About The Pull Request
- Fixes #82060

We don't need information about the cost & delay. Just enough to know
the intent behind the action

![Screenshot
(406)](https://github.com/tgstation/tgstation/assets/110812394/7e74a2e5-8856-4938-b8cb-73cca291d047)

This also removes the 2nd argument in `log_tool()` because it was unused
and nobody should look at json logs to see the mob behind the action

## Changelog
🆑
fix: RCD logs are more human readable & stores the player name behind
the action.
/🆑

* Improves RCD Logging

---------

Co-authored-by: SyncIt21 <110812394+SyncIt21@users.noreply.github.com>
2024-03-25 13:47:38 -04:00

4 lines
85 B
Plaintext

/// Logging for tool usage
/proc/log_tool(text)
logger.Log(LOG_CATEGORY_TOOL, text)