Logging
Logged crafting activity for wlabs_crafting
wlabs_crafting can send crafting activity logs through ox_lib.
Use this page if you want to see which crafting actions are logged in the current build.
Enable Logging
Logging is controlled in shared/config.lua:
Config.Logging = {
enabled = true,
}true: enable crafting logsfalse: disable crafting logs
How ox_lib Logger Is Used
Each log entry includes a source player or identifier, an event name, a message, and optional tags for filtering.
In the current wlabs_crafting code, the ox logger bridge only sends the source, event name, and message. It does not add extra tags.
Logged Actions
Craft Started
Written when a craft is added to a workbench queue.
Includes:
- recipe label
- workbench label
Craft Cancelled
Written when the active crafter cancels the current craft by closing the active workbench UI.
Includes:
- recipe label
- workbench label
Item Collected
Written when a player collects one finished output item.
Includes:
- output item label
- output count
- workbench label
Items Collected (All)
Written when a player collects all available finished outputs from a workbench.
Includes:
- collected item list
- workbench label