Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MIRROR] Adds logging to SSore_generation on subsystem initialize #2916

Merged
merged 2 commits into from
Mar 21, 2024

Conversation

NaakaKo
Copy link
Collaborator

@NaakaKo NaakaKo commented Mar 14, 2024

Original PR: https://api.github.com/repos/tgstation/tgstation/pulls/81488

About The Pull Request

This PR adds a new logging category and a logging message specific to SSore_generation's initialize, logging the number of vents of each size, as well as the number of random and proximity based ore spawns due to cave generation and map generation.

Currently drafted as I could use some feedback as to why I'm not seeing the logger.log() messages not appearing on any of the current in-game log files 👍

Why It's Good For The Game

Useful for data logging to determine how many of each type of ore is spawned on the map, for the purposes of determining how much ore is being spawned manually over the automatic amounts based on the vents, with the quantity of ores spawning being a product of the ore vent sizes being logged as well.

Changelog

🆑
code: We now log how many ores spawned on lavaland each round, as well as the sizes of all of the ore vents.
/:cl:

ArcaneMusic and others added 2 commits March 14, 2024 21:26
This PR adds a new logging category and a logging message specific to
SSore_generation's initialize, logging the number of vents of each size,
as well as the number of random and proximity based ore spawns due to
cave generation and map generation.

Currently drafted as I could use some feedback as to why I'm not seeing
the logger.log() messages not appearing on any of the current in-game
log files 👍

Useful for data logging to determine how many of each type of ore is
spawned on the map, for the purposes of determining how much ore is
being spawned manually over the automatic amounts based on the vents,
with the quantity of ores spawning being a product of the ore vent sizes
being logged as well.
@NaakaKo NaakaKo added the Upstream PR Merged Used by the mirror bot. label Mar 14, 2024
@CliffracerX CliffracerX merged commit ffb0ccc into master Mar 21, 2024
2 checks passed
github-actions bot added a commit that referenced this pull request Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Upstream PR Merged Used by the mirror bot.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants