Controlling remote agents' logging level on Event Viewer / syslog

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。

Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Fisheye および Crucible は除く

要約

You might want to control the logging level your remote agents log to the System logs. Depending on your scenario and environmental aspects, you could make use of less or more logging.

ソリューション

You can make use of the wrapper.syslog.loglevel property, which sets the logging level for logging to the Event Log on Windows & syslog on UNIX. This property is set within the wrapper.conf file, which is located in the <bamboo-agent-home>/conf/ folder.

In order to do any changes to that property, please:

  1. Stop the Remote Agent.
  2. Go to <bamboo-agent-home>\conf\wrapper.conf and update wrapper.syslog.loglevel logging level according to your needs.
    The valid log levels are:

    • NONE for no output,
    • FATAL to only show fatal error messages,
    • ERROR to show all error messages,
    • WARN to show all warning messages,
    • STATUS to show all state changes,
    • INFO shows all JVM output and informative messages,
    • DEBUG shows detailed debug information.

    E.g.,

    <bamboo-agent-home>/conf/wrapper.conf
    wrapper.syslog.loglevel=NONE
  3. Start the Remote Agent.

Fore more information, please see Java Service Wrapper - wrapper.syslog.loglevel.

最終更新日: 2021 年 12 月 13 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.