Git Product home page Git Product logo

Comments (8)

github-actions avatar github-actions commented on June 2, 2024

Your report is appreciated. Please star this repository to motivate its developers! ⭐

from homer-app.

hrhashmi avatar hrhashmi commented on June 2, 2024

Edit /usr/local/homer/etc/webapp_config.json and disable debug flag in database_data.

from homer-app.

andr-04 avatar andr-04 commented on June 2, 2024

Edit /usr/local/homer/etc/webapp_config.json and disable debug flag in database_data.

Doesn't work. Show your fragment here, please.

from homer-app.

hrhashmi avatar hrhashmi commented on June 2, 2024

Edit homer-app configuration

vim /usr/local/homer/etc/webapp_config.json

"database_data": {
"localnode": {
"help": "Settings for PGSQL Database (data)",
"host": "127.0.0.1",
"keepalive": true,
"name": "homer_data",
"node": "localnode",
"debug": false,
"pass": "**********",
"user": "homer_user"
}
},

restarthomer-app

systemctl restart homer-app

from homer-app.

andr-04 avatar andr-04 commented on June 2, 2024

Doesn't work. Moreover, I tried to find it in the source code and have not found such option there.

Probably you use some specific version where it works?

from homer-app.

kYroL01 avatar kYroL01 commented on June 2, 2024

Hi @andr-04
Can you provide us with more context and show what does not work ?
It's strange because it must work. We always tried the last available version.
Thanks

from homer-app.

andr-04 avatar andr-04 commented on June 2, 2024

Of course, I restarted.

I still get output like this:

time="2023-07-13T15:00:29Z" level=info msg="SELECT * FROM \"hep_proto_100_default\"  WHERE (sid in ($1) and create_date between $2 and $3)" module=gorm type=sql
time="2023-07-13T15:00:29Z" level=info msg="SELECT * FROM \"hep_proto_5_default\"  WHERE (sid in ($1) and create_date between $2 and $3)" module=gorm type=sql
time="2023-07-13T15:00:29Z" level=info msg="SELECT * FROM \"hep_proto_35_default\"  WHERE (sid in ($1) and create_date between $2 and $3)" module=gorm type=sql
time="2023-07-13T15:00:31Z" level=info msg="SELECT * FROM \"hep_proto_1_call\"  WHERE (create_date between $1 and $2 AND id IN (862338)) LIMIT 200" module=gorm type=sql

from homer-app.

kYroL01 avatar kYroL01 commented on June 2, 2024

Hi @andr-04 this is level=info I think that's the minimum one to have it. The debug=true is to have level=debug which is much more verbose.
I will confirm with you anyway if this is the correct behavior or not.

from homer-app.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.