Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for defaultLogLevel (0.07 sec)

  1. apache-maven/src/assembly/maven/conf/logging/maven.logger.properties

    # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    # KIND, either express or implied.  See the License for the
    # specific language governing permissions and limitations
    # under the License.
    
    maven.logger.defaultLogLevel=info
    maven.logger.showDateTime=false
    maven.logger.showThreadName=false
    maven.logger.showLogName=false
    maven.logger.logFile=System.out
    maven.logger.cacheOutputStream=true
    maven.logger.levelInBrackets=true
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Mon Jan 27 14:09:46 UTC 2025
    - 1.2K bytes
    - Viewed (0)
  2. api/maven-api-core/src/main/java/org/apache/maven/api/Constants.java

         * "warn", "error" or "off"). If not specified, defaults to "info".
         *
         * @since 4.0.0
         */
        @Config
        public static final String MAVEN_LOGGER_DEFAULT_LOG_LEVEL = MAVEN_LOGGER_PREFIX + "defaultLogLevel";
    
        /**
         * Set to true if you want the current date and time to be included in output messages. Default is false.
         *
         * @since 4.0.0
         */
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Fri Jul 25 11:08:20 UTC 2025
    - 25.4K bytes
    - Viewed (0)
Back to top