minetest.log instead of print #6346

Open
opened 2024-02-24 20:53:17 +00:00 by AliasAlreadyTaken · 0 comments

A couple of mods use print() to write to the log. That makes it impossible to ignore the output when a different log loglevel is desired.

We could find all the mods that use print and kindly ask them not to. Or we could overwrite print(something) to minetest.log("action",something)?

A couple of mods use print() to write to the log. That makes it impossible to ignore the output when a different log loglevel is desired. We could find all the mods that use print and kindly ask them not to. Or we could overwrite print(something) to minetest.log("action",something)?
AliasAlreadyTaken added the
1. kind/bug
3. source/integration
labels 2024-02-24 20:53:22 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: your-land/bugtracker#6346
No description provided.