Logging not working #1403
Replies: 4 comments 1 reply
-
running docker compose up -d later again, starts the container: maybe configure a longer standard timeout or add this information to the docs? |
Beta Was this translation helpful? Give feedback.
-
The log shows that error:
You have an error in your |
Beta Was this translation helpful? Give feedback.
-
there does not seem to be an error. |
Beta Was this translation helpful? Give feedback.
-
So you are referring to well ok, that should do the trick. Thank you |
Beta Was this translation helpful? Give feedback.
-
Current Behavior
Deployed a new installation (Ubuntu 2404 with docker compose v2), because of not working LDAP Authentication, I activate Logging:
configuration/logging.py
(deleting comment chars beginning at lineLOGLEVEL = environ.get('LOGLEVEL', 'INFO')
)Restarting the containers ->
Expected Behavior
Working netbox and debug output
Docker Compose Version
Docker Compose version 2.27.1+ds1-0ubuntu1~24.04.1
Docker Version
The git Revision
0b70f72
The git Status
Startup Command
docker compose up -d
NetBox Logs
Content of docker-compose.override.yml
Beta Was this translation helpful? Give feedback.
All reactions