Update .packignore, instance.cfg, .gitignore, atomic science series and 30 more files
This commit is contained in:
@@ -138,11 +138,11 @@ _version = 4
|
||||
#
|
||||
# If enabled, the mod will log information about the renderer setup, cleanup, and any issues it may encounter.
|
||||
# This can be useful for debugging.
|
||||
logRendererEventToFile = "INFO"
|
||||
logRendererEventToFile = "ERROR"
|
||||
#
|
||||
# If enabled, the mod will log information about the world generation process.
|
||||
# This can be useful for debugging.
|
||||
logWorldGenEventToFile = "INFO"
|
||||
logWorldGenEventToFile = "ERROR"
|
||||
#
|
||||
# If enabled, the mod will log information about the renderer OpenGL process.
|
||||
# This can be useful for debugging.
|
||||
@@ -153,21 +153,21 @@ _version = 4
|
||||
#
|
||||
# If enabled, the mod will log information about the world generation process.
|
||||
# This can be useful for debugging.
|
||||
logWorldGenChunkLoadEventToFile = "INFO"
|
||||
logWorldGenChunkLoadEventToFile = "ERROR"
|
||||
#
|
||||
# If enabled, the mod will log information about the renderer OpenGL process.
|
||||
# This can be useful for debugging.
|
||||
logRendererGLEventToFile = "INFO"
|
||||
logRendererGLEventToFile = "ERROR"
|
||||
#
|
||||
# If enabled, the mod will log information about network operations.
|
||||
# This can be useful for debugging.
|
||||
logNetworkEventToFile = "INFO"
|
||||
logNetworkEventToFile = "ERROR"
|
||||
#
|
||||
# If enabled, config changes sent by the server will be logged.
|
||||
logConnectionConfigChangesToFile = "WARN"
|
||||
logConnectionConfigChangesToFile = "ERROR"
|
||||
#
|
||||
#
|
||||
globalFileMaxLevel = "INFO"
|
||||
globalFileMaxLevel = "ERROR"
|
||||
|
||||
[common.logging.warning]
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user