Peter M. Groen
/
FlashMQ
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
f1503783f055b889be47a811f604754d2e261ff3
Authored by
Wiebe Cazemier
2021-09-30 20:56:23 +0200
1 parent
b7d15a15
Fix incorrect log file path in default config
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
flashmq.conf
flashmq.conf
View file @
f150378
1
1
# https://www.flashmq.org/documentation/config-file/
2
2
3
-log_file /var/log/flashmq
.log
3
+log_file /var/log/flashmq
/flashmq
.log
4
4
storage_dir /var/lib/flashmq
...
...