I think you are either trolling or you fundamentally don’t understand, what you’re talking about.
Nothing is obfuscated. You can download each and every code file, audit it, and build the binaries from exactly that code. You can even compare the binaries to the ones provided by major distros thanks to reproducible builds.
Just because you don’t understand code, doesn’t mean it’s obfuscated. Following that logic, even a loaf of bread is “obfuscated” because you don’t understand sour dough.
That’s not what I’m saying. Yes, it’s open source and you can build the binaries itself. I’m saying that the process is obfuscated or complicated because instead of text log files, you have to use journtalctl to view them.
Then again, someone said it may be text files with markers so I have to look into that
Are you really sure, you’re using “obfuscation” right? Because that implies that someone intentionally makes something harder to read to hide something. That’s not the case here. Nothing is hidden, it’s all there, the formats are well defined and easy to read.
Nothing is hidden, it’s all there
Yeah, of course, it’s all there in binary. For programs of course that’s not a problem, but for data that you may need to look at any time, it is. It’s harder to interpret both for humans (significantly) and both for any program that want to make use of it (unless they use the specific library that came up with the format, and by that also pulling in all its libs transitively)
Binary data is not much less obfuscated than the system files of windows. It’s all there, you can read it