Re: [GNC] OFX log location

2020-09-17 Thread John Ralls
On Windows it's at C:\Program Files (x86)\gnucash\etc\gnucash\environment, 
while on other Unix-like systems it will be at /usr/etc/gnucash/environment if 
a distro install; substitute whatever installation prefix you used if not a 
distro install. Flatpak installs will put it in the flatpak's etc/gnucash 
directory.

For those who use distro installation one can create environment.local 
alongside it with your customizations so that it persists through updates. That 
might work as well on Windows, I'm not sure. It won't work for Gnucash.app on 
MacOS or on flatpak where the whole directory structure is replaced.

It's a way to set environment variables so that they apply only to GnuCash and 
are loaded without reference to the shell resource files like .bash_profile, 
very convenient for all desktop launchers that don't read the shell resource 
files.

Regards,
John Ralls



> On Sep 17, 2020, at 6:58 AM, David Reiser via gnucash-user 
>  wrote:
> 
> On a mac, there is a file
> 
> /Applications/Gnucash.app/Contents/Resources/etc/gnucash/environment
> 
> that declares all the locations for gnucash to find things like configuration 
> files and support library files. 
> I don’t know where the same information lives in linux or windows.
> --
> Dave Reiser
> dbrei...@icloud.com
> 
> 
> 
> 
> 
>> On Sep 16, 2020, at 11:26 PM, Tom B via gnucash-user 
>>  wrote:
>> 
>> Dave,
>> Please excuse my ignorance but I'm not familiar with the "gnucash
>> environment file", please provide a bit more explanation.
>> 
>> regards,
>> Tom
>> 
> 
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> If you are using Nabble or Gmane, please see 
> https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] OFX log location

2020-09-17 Thread David Reiser via gnucash-user
On a mac, there is a file

/Applications/Gnucash.app/Contents/Resources/etc/gnucash/environment

that declares all the locations for gnucash to find things like configuration 
files and support library files. 
I don’t know where the same information lives in linux or windows.
--
Dave Reiser
dbrei...@icloud.com





> On Sep 16, 2020, at 11:26 PM, Tom B via gnucash-user 
>  wrote:
> 
> Dave,
> Please excuse my ignorance but I'm not familiar with the "gnucash
> environment file", please provide a bit more explanation.
> 
> regards,
> Tom
> 

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] OFX log location

2020-09-16 Thread Tom B via gnucash-user
Dave,
Please excuse my ignorance but I'm not familiar with the "gnucash
environment file", please provide a bit more explanation.

regards,
Tom



--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] OFX log location

2020-09-16 Thread David Reiser via gnucash-user
AQOFX_LOG_COMM=1

means you have named your ofx.log file “1” It’s probably either in the root 
level of your disk, or in /tmp

I put my definition in the gnucash environment file, and I use:

AQOFX_LOG_COMM={HOME}/logs/ofx.log

--
Dave Reiser
dbrei...@icloud.com





> On Sep 16, 2020, at 7:39 PM, Tom B via gnucash-user 
>  wrote:
> 
> Following the directions for setting env variables for OFX logging I am not
> finding the actual ofx.log. Where should i find the 
> OFX log
> 
> Linux Mint 20
> GnuCash 4.1
> Build ID: Flathub 4.1-2
> AqBanking-CLI: 6.2.1
> Gwenhywfar   : 5.3.0.0
> AqBanking: 6.2.1.0
> 
> AQBANKING_LOGLEVEL=info
> AQOFX_LOG_COMM=1
> AQOFXCONNECT_LOGLEVEL=info
> 
> Regards,
> Tom
> 
> 
> 
> --
> Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> If you are using Nabble or Gmane, please see 
> https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


[GNC] OFX log location

2020-09-16 Thread Tom B via gnucash-user
Following the directions for setting env variables for OFX logging I am not
finding the actual ofx.log. Where should i find the 
OFX log

Linux Mint 20
GnuCash 4.1
Build ID: Flathub 4.1-2
 AqBanking-CLI: 6.2.1
 Gwenhywfar   : 5.3.0.0
 AqBanking: 6.2.1.0

AQBANKING_LOGLEVEL=info
AQOFX_LOG_COMM=1
AQOFXCONNECT_LOGLEVEL=info

Regards,
Tom



--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.