Bitbucket server on Linux 64.
When I start Bitbucket server I have the Following error:
[2019-05-05T11:14:56,905][WARN ][o.e.c.l.LogConfigurator ] [bitbucket_bundled] Some logging configurations have %marker but don't have %node_name. We will automatically add %node_name to the pattern to ease the migration for users who customize log4j2.properties but will stop this behavior in 7.0. You should manually replace `%node_name` with `[%node_name]%marker ` in these locations:
Bitbucket starts and seems to be correctly working but it was annoying.
Someone have any idea to remove error message ?
Finally, I install bitbucket on a fresh server and copy/paste log4j2.properties from new one to old one.
It resolves the problem. Maybe, I have changed it by mistake ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This location is:
/var/atlassian/application-data/bitbucket/shared/search/log4j2.properties
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nicolas,
Just reading the error message:
"We will automatically add %node_name to the pattern to ease the migration for users who customize log4j2.properties but will stop this behavior in 7.0. You should manually replace `%node_name` with `[%node_name]%marker ` in these locations:"
Do you see a list of location provided under this log line? And do you make use of a custom log4j2.properties file or do you have any plugins installed that might be using this?
Just a couple of things to check. I hope that helps!
-James
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I Don't have custom plugins. I have just bundled plugins.
log4j2.properties is created by installer it is default one.
Should I erase 'config-Template' directory ?
Should I modify log4j2.properties ?
And finally, yes it helps: I don't have a solution yet, but it could be soon ! Thanks for helping.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.