diff --git a/changelog/items/bugs-fixed/fix-missing-logs-dir.md b/changelog/items/bugs-fixed/fix-missing-logs-dir.md new file mode 100644 index 00000000..19754e65 --- /dev/null +++ b/changelog/items/bugs-fixed/fix-missing-logs-dir.md @@ -0,0 +1 @@ +- Fix missing `logs` dir that is required for backup scripts (cron jobs). \ No newline at end of file diff --git a/logs/.empty-file b/logs/.empty-file new file mode 100644 index 00000000..336d744e --- /dev/null +++ b/logs/.empty-file @@ -0,0 +1,2 @@ +Purpose of this file is that `logs` dir can be commited to git and it will be +present on portal servers. The rest of files are git ignored. \ No newline at end of file