forked from N3X15/DynamicMarket
-
Notifications
You must be signed in to change notification settings - Fork 2
/
logs.yml
27 lines (27 loc) · 915 Bytes
/
logs.yml
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
# Valid levels: CONFIG, FINE, FINER, FINEST, INFO, SEVERE, WARNING.
config:
invalid:
messages:
level: "SEVERE"
# Available variables: errors, filepath.
message: "Invalid $filepath$:\nInvalid keys:\n$errors$"
settings:
level: "SEVERE"
# Available variables: errors, filepath.
message: "Invalid $filepath$:\nInvalid keys:\n$errors$"
export:
level: "INFO"
# Available variables: player, filepath.
message: "$player$ issued the export command; exporting to $filepath$"
import:
level: "INFO"
# Available variables: player, filepath.
message: "$player$ issued the import command; importing from $filepath$"
failure:
initial:
level: "SEVERE"
message: "Database import failed on first run! Try deleting plugins/DynamicMarket/shops.csv."
reload:
level: "INFO"
# Available variables: player.
message: "$player$ has issued the reload command."