Re: [GNC] Where are GC log files located on Mac with remote database server?

2023-09-11 Thread john
There's a preference for how long to retain them but I'm not convinced that it works for server-sql backends. Mind, I'm not convinced that it doesn't, either, I just don't know where exactly it's invoked. You might want to set up logrotate (you'll have to get it from Homebrew or build it yoursel

Re: [GNC] Where are GC log files located on Mac with remote database server?

2023-09-11 Thread Jediator
I am glad you pointed out the difference btw trace and transaction logs.  Is there anyway to configure the transaction logging?  I'd like to dump the transaction logs to a different directory and back them up as part of regular backup process.  I'd also want to remove the old log files automati

Re: [GNC] Where are GC log files located on Mac with remote database server?

2023-09-11 Thread John Ralls
Yes, log.conf is a user-created file, there is no default. Note that that's about the tracefile (https://wiki.gnucash.org/wiki/Tracefile), not the transaction logs. Regards, John Ralls > On Sep 11, 2023, at 12:46 PM, Jediator wrote: > > Thanks John! Apparently in version 5.3 on Mac, the dat

Re: [GNC] Versions after 4.13 freeze in splash screen

2023-09-11 Thread John Ralls
> On Sep 11, 2023, at 11:48 AM, John Ralls wrote: > > > >> On Sep 11, 2023, at 11:23 AM, zuperkoleoptera >> wrote: >> >> >> To answer you questions >> (1) other than the register I keep always open another 5 tabs ( >> reports, views ) no other window open. >> (2) No I have not uninstall

Re: [GNC] Where are GC log files located on Mac with remote database server?

2023-09-11 Thread Jediator
Thanks John!  Apparently in version 5.3 on Mac, the data directory and config directory of GC is the same on Mac at /Users/username/Library/Application Support/GnuCash, and the log files are in the translog directory underneath.  However, the log.conf file is nowhere to find (supposed to be loc

Re: [GNC] Potential issue with inversion of currency conversion rate during CSV import of transactions

2023-09-11 Thread Geert Janssens
Hi, That looks like a bug indeed. To make sure this doesn't get lost on the mailing list, can you file a bug report for this in bugzilla please ? Regards, Geert Op zaterdag 9 september 2023 13:51:39 CEST schreef Bjoern: > Hi! > > I came across a potential issue with the use of the correct ra

Re: [GNC] Versions after 4.13 freeze in splash screen

2023-09-11 Thread John Ralls
> On Sep 11, 2023, at 11:23 AM, zuperkoleoptera > wrote: > > On Mon, 2023-09-11 at 10:15 -0700, John Ralls wrote: >> >> >>> On Sep 11, 2023, at 9:33 AM, john wrote: >>> >>> >>> On Sep 11, 2023, at 09:24, zuperkoleoptera wrote: On Mon, 2023-09-11 at 09:13 -0700, joh

Re: [GNC] Versions after 4.13 freeze in splash screen

2023-09-11 Thread zuperkoleoptera
On Mon, 2023-09-11 at 10:15 -0700, John Ralls wrote: > > > > On Sep 11, 2023, at 9:33 AM, john wrote: > > > > > > > > > On Sep 11, 2023, at 09:24, zuperkoleoptera > > > wrote: > > > > > > On Mon, 2023-09-11 at 09:13 -0700, john wrote: > > > > > > > > > > > > > On Sep 11, 2023, at 02:29, z

Re: [GNC] Versions after 4.13 freeze in splash screen

2023-09-11 Thread John Ralls
> On Sep 11, 2023, at 9:33 AM, john wrote: > > > >> On Sep 11, 2023, at 09:24, zuperkoleoptera wrote: >> >> On Mon, 2023-09-11 at 09:13 -0700, john wrote: >>> >>> On Sep 11, 2023, at 02:29, zuperkoleoptera wrote: Hi, I use gnucash under Debian testing wi

Re: [GNC] Where are GC log files located on Mac with remote database server?

2023-09-11 Thread Michael or Penny Novack
On 9/11/2023 12:30 PM, john wrote: The MySQL and PostgresQL backends write the transaction logs to GNC_CONFIG_DIR/translog. See https://wiki.gnucash.org/wiki/Configuration_Locations to see where GNC_CONFIG_DIR is on your OS. Regards, John Ralls Or . use the search tools of your OS (to f

Re: [GNC] Versions after 4.13 freeze in splash screen

2023-09-11 Thread john
> On Sep 11, 2023, at 09:24, zuperkoleoptera wrote: > > On Mon, 2023-09-11 at 09:13 -0700, john wrote: >> >> >>> On Sep 11, 2023, at 02:29, zuperkoleoptera >>> wrote: >>> >>> Hi, >>> >>> I use gnucash under Debian testing with the mariadb backend, >>> through an >>> ssh tunnel to a VPS I

Re: [GNC] Where are GC log files located on Mac with remote database server?

2023-09-11 Thread john
The MySQL and PostgresQL backends write the transaction logs to GNC_CONFIG_DIR/translog. See https://wiki.gnucash.org/wiki/Configuration_Locations to see where GNC_CONFIG_DIR is on your OS. Regards, John Ralls > On Sep 11, 2023, at 06:56, Adrien Monteleone > wrote: > > I'm using sqlite on

Re: [GNC] Versions after 4.13 freeze in splash screen

2023-09-11 Thread zuperkoleoptera
On Mon, 2023-09-11 at 09:13 -0700, john wrote: > > > > On Sep 11, 2023, at 02:29, zuperkoleoptera > > wrote: > > > > Hi, > > > > I use gnucash under Debian testing with the mariadb backend, > > through an > > ssh tunnel to a VPS I maintain. > > Version of the mariadb is 10.3.39.  > > Everyth

Re: [GNC] Versions after 4.13 freeze in splash screen

2023-09-11 Thread john
> On Sep 11, 2023, at 02:29, zuperkoleoptera wrote: > > Hi, > > I use gnucash under Debian testing with the mariadb backend, through an > ssh tunnel to a VPS I maintain. > Version of the mariadb is 10.3.39. > Everything worked as normal, until I upgraded in version 5.1 from 4.13 > where g

Re: [GNC] Where are GC log files located on Mac with remote database server?

2023-09-11 Thread Adrien Monteleone
I'm using sqlite on Mac and I have log files. Though I don't see them generated often. I'm not sure if that is because I rarely close the app except for updates. Regards, Adrien On 9/11/23 4:15 AM, sunfish62--- via gnucash-user wrote: Others will correct me, but my understanding is that the l

Re: [GNC] Where are GC log files located on Mac with remote database server?

2023-09-11 Thread sunfish62--- via gnucash-user
Others will correct me, but my understanding is that the log files are not used with the database backend, since the changes are committed immediately. ⁣David T.​ On Sep 11, 2023, 9:03 AM, at 9:03 AM, Jediator wrote: >Hi GC users, I am using GC (version 5.3) on Mac.  I noticed that the >log