User Controls
๐โ๐ฆ ๐๐ฎ๐ข๐ง๐ ๐๐๐๐๐ ๐๐๐๐๐๐ ๐๐๐ ๐๐ ๐๐๐ ๐๐จ๐ซ ๐๐๐๐๐ฆ๐๐ญ๐ข๐จ๐ง ๐๐ง๐ ๐๐ฎ๐ง๐ข๐ญ๐ข๐ฏ๐ ๐๐๐ฆ๐๐ ๐๐ฌ
-
2024-10-25 at 1:56 PM UTCServers can still function well without log storage because operational stability can be achieved through other monitoring or error-handling tools that donโt require user-specific or session-based logs. The server could be set up to ignore or discard user data by default to comply with privacy standards or philosophies (GDPR)
-
2024-10-25 at 3:09 PM UTC
Originally posted by the man who put it in my hood Servers can still function well without log storage because operational stability can be achieved through other monitoring or error-handling tools that donโt require user-specific or session-based logs. The server could be set up to ignore or discard user data by default to comply with privacy standards or philosophies (GDPR)
I'd be interested to see what logs this forum actually keeps. The code you shared was rendering code plus some code used for ORM at the DB level. I'd imagine Django keeps it's own logs, as would nginx, but I haven't looked into it. -
2024-10-25 at 3:31 PM UTC
forum.create_thread_pack.validate_request(request)
if form.is_valid():
ip_addr = request.META.get(
utils.get_config('client_ip_field'), None)
thread = form.save(request.user, ip_addr)
fuys 'client_ip_field'), None)' means there are NONE ip clients being logged
LOGGING = {
'version': 1,
'disable_existing_loggers': False,
'handlers': {
'file': {
'level': 'DEBUG',
'class': 'logging.FileHandler',
'filename': 'debug.log',
},
},
'loggers': {
'django': {
'handlers': ['file'],
'level': 'DEBUG',
'propagate': True,
},
}, -
2024-10-25 at 3:34 PM UTC'disable_existing_loggers': False,
??? -
2024-10-25 at 3:37 PM UTCI'm not going to go through code right now but iirc your IP is logged when you log in and when you post, login IP logs are rotated but post IPs are saved indefinitely
ISS uses flask or something and does web connections without a www host like apache/nginx so you don't need to worry about that
db shouldn't log IPs by itself because it doesn't accept external connections
also looks like my grandfather -
2024-10-25 at 3:45 PM UTC
-
2024-10-25 at 3:51 PM UTCCan u call me to testify about what I've experienced
-
2024-10-25 at 9:20 PM UTC
-
2024-10-25 at 10:35 PM UTC
-
2024-10-25 at 11:37 PM UTC
-
2024-10-25 at 11:48 PM UTC
-
2024-10-26 at 5:32 AM UTC
Originally posted by Speedy Parker Hats give you wood you hat fucker.
Are you hearing yourself when you type this? this is the drunkest thing you ever said to me. So sad, you fucking lush.? i'm drinking a beer right now but know when to cut off the buzz.
You will pay Satan in the morning dancing and fiddling on your head (and asshole)
FAGGOT -
2024-10-26 at 5:35 AM UTCCocks rhyme with Socks not hats
-
2024-10-26 at 7:17 AM UTC
Originally posted by Far McFar Are you hearing yourself when you type this? this is the drunkest thing you ever said to me. So sad, you fucking lush.? i'm drinking a beer right now but know when to cut off the buzz.
You will pay Satan in the morning dancing and fiddling on your head (and asshole)
FAGGOT
I haven't drank a single drop of alcohol in over two weeks. I never keep alcohol in the house and never have. I'm not a drunk like you, ya drunken fat hat fucking slob. -
2024-10-26 at 7:26 PM UTCYeah OK. hair of the dog, I see
-
2024-10-26 at 8:20 PM UTC
-
2024-10-26 at 8:51 PM UTCI hope lanny gets sent to federal prison where he is raped by 100000 niggers so he can feel the pain he inflicts on members of this site by enabling cyber bullying EVERY DAY!!!!!!
-
2024-10-26 at 8:56 PM UTC
-
2024-10-27 at 5:06 AM UTC
-
2024-10-31 at 11:15 AM UTC