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

Line break in the middle of logs lines #251

Open
2 tasks done
Br31zh opened this issue Oct 5, 2023 · 1 comment
Open
2 tasks done

Line break in the middle of logs lines #251

Br31zh opened this issue Oct 5, 2023 · 1 comment
Labels
bug-not-confirmed Bug that wasn´t reproduced

Comments

@Br31zh
Copy link

Br31zh commented Oct 5, 2023

Current Behavior (🐛 Bug)

I’m not sure if it’s really a bug or if it’s intended, and it’s pretty minor, but the line break in the middle of the logs is annoying me a bit:

2023/10/05 15:18:03.506 [serv  ≡≡  ]
[15:18:03] [Server thread/INFO]:         __    
2023/10/05 15:18:03.508 [serv  ≡≡  ]
[15:18:03] [Server thread/INFO]:   |    |__)   LuckPerms v5.4.102
2023/10/05 15:18:03.509 [serv  ≡≡  ]
[15:18:03] [Server thread/INFO]:   |___ |      Running on Fabric - [email protected]
2023/10/05 15:18:03.509 [serv  ≡≡  ]
[15:18:03] [Server thread/INFO]: 
2023/10/05 15:18:03.511 [serv  ≡≡  ]
[15:18:03] [Server thread/INFO]: Loading configuration...
2023/10/05 15:18:03.734 [serv  ≡≡  ]
[15:18:03] [Server thread/INFO]: Loading storage provider... [H2]
2023/10/05 15:18:04.048 [serv  ≡≡  ]
[15:18:04] [Server thread/INFO]: Loading internal permission managers...
2023/10/05 15:18:04.087 [serv  ≡≡  ]
[15:18:04] [Server thread/INFO]: Performing initial data load...
2023/10/05 15:18:04.159 [serv  ≡≡  ]
[15:18:04] [Server thread/INFO]: Successfully enabled. (took 740ms)
2023/10/05 15:18:04.160 [serv  ≡≡  ]
[15:18:04] [Server thread/INFO]: Starting minecraft server version 1.20.1
2023/10/05 15:18:04.160 [serv  ≡≡  ]
[15:18:04] [Server thread/INFO]: Loading properties
2023/10/05 15:18:04.160 [serv  ≡≡  ]
[15:18:04] [Server thread/INFO]: Default game type: SURVIVAL
2023/10/05 15:18:04.160 [serv  ≡≡  ]
[15:18:04] [Server thread/INFO]: Generating keypair
2023/10/05 15:18:04.197 [serv  ≡≡  ]
[15:18:04] [Server thread/INFO]: Starting Minecraft server on *:25555
2023/10/05 15:18:04.266 [serv  ≡≡  ]
[15:18:04] [Server thread/INFO]: Using epoll channel type
2023/10/05 15:18:04.464 [serv  ≡≡  ]
[15:18:04] [Server thread/INFO]: Preparing level "world"
2023/10/05 15:18:07.388 [serv  ≡≡  ]
[15:18:07] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
2023/10/05 15:18:09.086 [info  ≡≡≡ ]
performing scheduled ms soft freeze
2023/10/05 15:18:09.086 [info  ≡≡≡ ]
EXECUTED PROCESS TREE RESUME!
2023/10/05 15:18:10.904 [serv  ≡≡  ]
[15:18:10] [Worker-Main-6/INFO]: Preparing spawn area: 0%!(NOVERB)
2023/10/05 15:18:10.957 [serv  ≡≡  ]
[15:18:10] [Worker-Main-6/INFO]: Preparing spawn area: 0%!(NOVERB)
2023/10/05 15:18:10.971 [serv  ≡≡  ]
[15:18:10] [Worker-Main-6/INFO]: Preparing spawn area: 0%!(NOVERB)
2023/10/05 15:18:10.983 [serv  ≡≡  ]
[15:18:10] [Worker-Main-2/INFO]: Preparing spawn area: 0%!(NOVERB)
2023/10/05 15:18:10.992 [serv  ≡≡  ]
[15:18:10] [Worker-Main-2/INFO]: Preparing spawn area: 0%!(NOVERB)
2023/10/05 15:18:11.006 [serv  ≡≡  ]
[15:18:11] [Worker-Main-1/INFO]: Preparing spawn area: 0%!(NOVERB)
2023/10/05 15:18:11.017 [serv  ≡≡  ]
[15:18:11] [Worker-Main-1/INFO]: Preparing spawn area: 0%!(NOVERB)
2023/10/05 15:18:11.027 [serv  ≡≡  ]
[15:18:11] [Worker-Main-2/INFO]: Preparing spawn area: 0%!(NOVERB)
2023/10/05 15:18:11.388 [serv  ≡≡  ]
[15:18:11] [Worker-Main-2/INFO]: Preparing spawn area: 0%!(NOVERB)
2023/10/05 15:18:11.888 [serv  ≡≡  ]
[15:18:11] [Worker-Main-1/INFO]: Preparing spawn area: 54%!(NOVERB)
2023/10/05 15:18:12.185 [serv  ≡≡  ]
[15:18:12] [Server thread/INFO]: Time elapsed: 4798 ms
2023/10/05 15:18:12.185 [serv  ≡≡  ]
[15:18:12] [Server thread/INFO]: Done (7.721s)! For help, type "help"

Expected Behavior

2023/10/05 15:18:03.506 [serv  ≡≡  ] [15:18:03] [Server thread/INFO]:         __    
2023/10/05 15:18:03.508 [serv  ≡≡  ] [15:18:03] [Server thread/INFO]:   |    |__)   LuckPerms v5.4.102
2023/10/05 15:18:03.509 [serv  ≡≡  ] [15:18:03] [Server thread/INFO]:   |___ |      Running on Fabric - [email protected]
2023/10/05 15:18:03.509 [serv  ≡≡  ] [15:18:03] [Server thread/INFO]: 
2023/10/05 15:18:03.511 [serv  ≡≡  ] [15:18:03] [Server thread/INFO]: Loading configuration...
2023/10/05 15:18:03.734 [serv  ≡≡  ] [15:18:03] [Server thread/INFO]: Loading storage provider... [H2]
2023/10/05 15:18:04.048 [serv  ≡≡  ] [15:18:04] [Server thread/INFO]: Loading internal permission managers...
2023/10/05 15:18:04.087 [serv  ≡≡  ] [15:18:04] [Server thread/INFO]: Performing initial data load...
2023/10/05 15:18:04.159 [serv  ≡≡  ] [15:18:04] [Server thread/INFO]: Successfully enabled. (took 740ms)
2023/10/05 15:18:04.160 [serv  ≡≡  ] [15:18:04] [Server thread/INFO]: Starting minecraft server version 1.20.1
2023/10/05 15:18:04.160 [serv  ≡≡  ] [15:18:04] [Server thread/INFO]: Loading properties
2023/10/05 15:18:04.160 [serv  ≡≡  ] [15:18:04] [Server thread/INFO]: Default game type: SURVIVAL
2023/10/05 15:18:04.160 [serv  ≡≡  ] [15:18:04] [Server thread/INFO]: Generating keypair
2023/10/05 15:18:04.197 [serv  ≡≡  ] [15:18:04] [Server thread/INFO]: Starting Minecraft server on *:25555
2023/10/05 15:18:04.266 [serv  ≡≡  ] [15:18:04] [Server thread/INFO]: Using epoll channel type
2023/10/05 15:18:04.464 [serv  ≡≡  ] [15:18:04] [Server thread/INFO]: Preparing level "world"
2023/10/05 15:18:07.388 [serv  ≡≡  ] [15:18:07] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
2023/10/05 15:18:09.086 [info  ≡≡≡ ] performing scheduled ms soft freeze
2023/10/05 15:18:09.086 [info  ≡≡≡ ] EXECUTED PROCESS TREE RESUME!
2023/10/05 15:18:10.904 [serv  ≡≡  ] [15:18:10] [Worker-Main-6/INFO]: Preparing spawn area: 0%!(NOVERB)
2023/10/05 15:18:10.957 [serv  ≡≡  ] [15:18:10] [Worker-Main-6/INFO]: Preparing spawn area: 0%!(NOVERB)
2023/10/05 15:18:10.971 [serv  ≡≡  ] [15:18:10] [Worker-Main-6/INFO]: Preparing spawn area: 0%!(NOVERB)
2023/10/05 15:18:10.983 [serv  ≡≡  ] [15:18:10] [Worker-Main-2/INFO]: Preparing spawn area: 0%!(NOVERB)
2023/10/05 15:18:10.992 [serv  ≡≡  ] [15:18:10] [Worker-Main-2/INFO]: Preparing spawn area: 0%!(NOVERB)
2023/10/05 15:18:11.006 [serv  ≡≡  ] [15:18:11] [Worker-Main-1/INFO]: Preparing spawn area: 0%!(NOVERB)
2023/10/05 15:18:11.017 [serv  ≡≡  ] [15:18:11] [Worker-Main-1/INFO]: Preparing spawn area: 0%!(NOVERB)
2023/10/05 15:18:11.027 [serv  ≡≡  ] [15:18:11] [Worker-Main-2/INFO]: Preparing spawn area: 0%!(NOVERB)
2023/10/05 15:18:11.388 [serv  ≡≡  ] [15:18:11] [Worker-Main-2/INFO]: Preparing spawn area: 0%!(NOVERB)
2023/10/05 15:18:11.888 [serv  ≡≡  ] [15:18:11] [Worker-Main-1/INFO]: Preparing spawn area: 54%!(NOVERB)
2023/10/05 15:18:12.185 [serv  ≡≡  ] [15:18:12] [Server thread/INFO]: Time elapsed: 4798 ms
2023/10/05 15:18:12.185 [serv  ≡≡  ] [15:18:12] [Server thread/INFO]: Done (7.721s)! For help, type "help"

Steps to Reproduce

Every logs are like this.

MSH Logs

The bug concerns logs, see above.

MSH-Version

2.5.0

MSH-Commit

0876091

Operating system

Arch Linux

System architecture?

AMD64

Minecraft Version

1.20.1 Quilt

Minecraft Server Software?

Other (Add to Minecraft Version)

Is there an existing issue for this?

  • I have searched the existing issues before opening this issue.
  • I have provided all relevant details.
@Br31zh Br31zh added the bug-not-confirmed Bug that wasn´t reproduced label Oct 5, 2023
@gekigek99
Copy link
Member

I've never experienced it on my systems. And also other people are not reporting it. Could you help me reproduce it?

It might be caused at the level of the minecraft flavour or mods....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-not-confirmed Bug that wasn´t reproduced
Projects
None yet
Development

No branches or pull requests

2 participants