Fuse 6 is no longer supported
As of February 2025, Red Hat Fuse 6 is no longer supported. If you are using Fuse 6, please upgrade to Red Hat build of Apache Camel.이 콘텐츠는 선택한 언어로 제공되지 않습니다.
16.4. Enabling Logging at the Command Line
Overview 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
You can run the logging utility on an application by defining a
java.util.logging.config.file
property when you start the application. You can either specify the default logging.properties
file or a logging.properties
file that is unique to that application.
Specifying the log configuration file on application start-up 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
To specify logging on application start-up add the flag shown in Example 16.9, “Flag to Start Logging on the Command Line” when starting the application.
Example 16.9. Flag to Start Logging on the Command Line
-Djava.util.logging.config.file=myfile
-Djava.util.logging.config.file=myfile