-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add more description to journal_file field #298
Comments
Somehow related to #48. |
Latest version should not require setting the journal file and just operate on the current file by default My next focus is documentation and testing when I can find time to work on it |
How is this currently working? I've pointed the journal file to my |
the journal file should parse that file and any include statements in each file parsed could you provide more detail or a small example to help debug this issue? |
The issue is that
journal_file
init option purpose may be confusing for some users. For example, they may think they need to specify a file for logging, like injournalctl
.Only after hours of debugging your code I was able to find out that it expects me to specify path to
.beancount
file.The text was updated successfully, but these errors were encountered: