hi everyone, i have an internally developed bitbucket plugin that i haven't wrote but add features to it, i have very little possibility to test it locally and managing changes is hard because all logging (bitbucket + plugin + other plugins) are all exported to the same logfile.
is there a way to customize it, maybe even consul like logs for only specific packages?
thanks
You haven't mentioned, but I assume that it is a Bitbucket app for Bitbucket Data Center (or Server).
If so, then as you noted, all log lines go to the central log file, but you can configure it. You can even set the log level per package.
Here is the article that explains how to enable DEBUG level logs for Bitbucket, more precisely for the "com.atlassian.bitbucket" package. You can follow those steps for any other package, including the packages of your own app.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.