Skip to content

Commit 53681ec

Browse files
authored
Update application.yml.example (#710)
1 parent c15d35d commit 53681ec

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

LavalinkServer/application.yml.example

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,13 @@ sentry:
5252

5353
logging:
5454
file:
55-
max-history: 30
56-
max-size: 1GB
57-
path: ./logs/
55+
path: ./logs/
5856

5957
level:
6058
root: INFO
6159
lavalink: INFO
60+
61+
logback:
62+
rollingpolicy:
63+
max-file-size: 1GB
64+
max-history: 30

0 commit comments

Comments
 (0)