mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

pgamba
28.38.2009 09ef01374239f7048c2db6bb9cad2b8a807d4cf8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License, Version 1.0 only
# (the "License").  You may not use this file except in compliance
# with the License.
#
# You can obtain a copy of the license at
# trunk/opends/resource/legal-notices/OpenDS.LICENSE
# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at
# trunk/opends/resource/legal-notices/OpenDS.LICENSE.  If applicable,
# add the following below this CDDL HEADER, with the fields enclosed
# by brackets "[]" replaced with your own identifying information:
#      Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#      Copyright 2006-2008 Sun Microsystems, Inc.
#
# Global directives
#
global.category=LOG
#
# Format string definitions
#
# Keys must be formatted as follows:
#
# [SEVERITY]_[DESCRIPTION]_[ORDINAL]
#
# where:
#
# SEVERITY is one of:
# [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE]
#
# DESCRIPTION is an upper case string providing a hint as to the context of
# the message in upper case with the underscore ('_') character serving as
# word separator
#
# ORDINAL is an integer unique among other ordinals in this file
#
###SEVERE_ERR_LOGGER_ERROR_WRITING_RECORD_1=Error occurred while writing log \
### record for logger %s: %s. Any further write errors will be ignored
###SEVERE_ERR_LOGGER_ERROR_OPENING_FILE_2=Error occurred while opening log file \
### %s for logger %s: %s
###SEVERE_ERR_LOGGER_ERROR_CLOSING_FILE_3=Error occurred while closing log file \
### for logger %s: %s
###SEVERE_ERR_LOGGER_ERROR_FLUSHING_BUFFER_4=Error occurred while flushing \
### writer buffer for logger %s: %s
MILD_WARN_ERROR_LOGGER_INVALID_SEVERITY_5=\u7121\u52b9\u306a\u30a8\u30e9\u30fc\u30ed\u30b0\u91cd\u8981\u5ea6 "%s"
MILD_WARN_ERROR_LOGGER_INVALID_CATEGORY_6=\u7121\u52b9\u306a\u30a8\u30e9\u30fc\u30ed\u30b0\u30ab\u30c6\u30b4\u30ea "%s"
MILD_WARN_ERROR_LOGGER_INVALID_OVERRIDE_SEVERITY_7=\u91cd\u8981\u5ea6 "%s" \u306e\u7121\u52b9\u306a\u4e0a\u66f8\u304d
###SEVERE_WARN_LOGGER_SET_PERMISSION_FAILED_8=Error occurred while setting file \
### permissions for the log file %s: %s
MILD_WARN_LOGGER_UNABLE_SET_PERMISSIONS_9=\u3053\u306e\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u306f\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb %2$s \u3078\u306e\u30d5\u30a1\u30a4\u30eb\u30a2\u30af\u30bb\u30b9\u6a29 %1$s \u306e\u8a2d\u5b9a\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u307e\u305b\u3093
###SEVERE_ERR_LOGGER_ERROR_LISTING_FILES_10=Error occured while listing log files \
###  named by policy with initial file name %s
###SEVERE_ERR_LOGGER_ERROR_OBTAINING_FREE_SPACE_11=Error occured while obtaining \
###  free disk space in the partition containing log file %s: %s
###SEVERE_ERR_LOGGER_ERROR_ENFORCING_RETENTION_POLICY_12=Error occured while \
###  enforcing retention policy %s for logger %s: %s