first commit
This commit is contained in:
315
logs/celery.log
Normal file
315
logs/celery.log
Normal file
@@ -0,0 +1,315 @@
|
||||
|
||||
-------------- celery@192.168.1.17 v5.6.2 (recovery)
|
||||
--- ***** -----
|
||||
-- ******* ---- macOS-15.3.1-x86_64-i386-64bit-Mach-O 2026-01-15 18:47:33
|
||||
- *** --- * ---
|
||||
- ** ---------- [config]
|
||||
- ** ---------- .> app: core:0x10812cec0
|
||||
- ** ---------- .> transport: redis://default:**@212.64.215.243:6379/5
|
||||
- ** ---------- .> results:
|
||||
- *** --- * --- .> concurrency: 8 (prefork)
|
||||
-- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker)
|
||||
--- ***** -----
|
||||
-------------- [queues]
|
||||
.> celery exchange=celery(direct) key=celery
|
||||
|
||||
|
||||
[tasks]
|
||||
. contact.tasks.send_contact_email
|
||||
. core.celery.debug_task
|
||||
. imagekit.cachefiles.backends._generate_file
|
||||
|
||||
[2026-01-15 18:47:34,582: INFO/MainProcess] Connected to redis://default:**@212.64.215.243:6379/5
|
||||
[2026-01-15 18:47:34,611: INFO/MainProcess] mingle: searching for neighbors
|
||||
[2026-01-15 18:47:35,689: INFO/MainProcess] mingle: all alone
|
||||
[2026-01-15 18:47:35,959: INFO/MainProcess] celery@192.168.1.17 ready.
|
||||
[2026-01-15 20:01:28,208: WARNING/MainProcess] consumer: Connection to broker lost. Trying to re-establish the connection...
|
||||
Traceback (most recent call last):
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/redis/retry.py", line 116, in call_with_retry
|
||||
return do()
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/redis/client.py", line 973, in <lambda>
|
||||
lambda: command(*args, **kwargs),
|
||||
~~~~~~~^^^^^^^^^^^^^^^^^
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/redis/client.py", line 996, in try_read
|
||||
return conn.read_response(disconnect_on_error=False, push_request=True)
|
||||
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/redis/connection.py", line 1133, in read_response
|
||||
response = self._parser.read_response(disable_decoding=disable_decoding)
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/redis/_parsers/hiredis.py", line 163, in read_response
|
||||
self.read_from_socket()
|
||||
~~~~~~~~~~~~~~~~~~~~~^^
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/redis/_parsers/hiredis.py", line 112, in read_from_socket
|
||||
raise ConnectionError(SERVER_CLOSED_CONNECTION_ERROR)
|
||||
redis.exceptions.ConnectionError: Connection closed by server.
|
||||
|
||||
During handling of the above exception, another exception occurred:
|
||||
|
||||
Traceback (most recent call last):
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/redis/connection.py", line 855, in connect_check_health
|
||||
sock = self.retry.call_with_retry(
|
||||
lambda: self._connect(), lambda error: self.disconnect(error)
|
||||
)
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/redis/retry.py", line 116, in call_with_retry
|
||||
return do()
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/redis/connection.py", line 856, in <lambda>
|
||||
lambda: self._connect(), lambda error: self.disconnect(error)
|
||||
~~~~~~~~~~~~~^^
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/redis/connection.py", line 1306, in _connect
|
||||
raise err
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/redis/connection.py", line 1290, in _connect
|
||||
sock.connect(socket_address)
|
||||
~~~~~~~~~~~~^^^^^^^^^^^^^^^^
|
||||
ConnectionRefusedError: [Errno 61] Connection refused
|
||||
|
||||
During handling of the above exception, another exception occurred:
|
||||
|
||||
Traceback (most recent call last):
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/celery/worker/consumer/consumer.py", line 346, in start
|
||||
blueprint.start(self)
|
||||
~~~~~~~~~~~~~~~^^^^^^
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/celery/bootsteps.py", line 116, in start
|
||||
step.start(parent)
|
||||
~~~~~~~~~~^^^^^^^^
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/celery/worker/consumer/consumer.py", line 788, in start
|
||||
c.loop(*c.loop_args())
|
||||
~~~~~~^^^^^^^^^^^^^^^^
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/celery/worker/loops.py", line 96, in asynloop
|
||||
next(loop)
|
||||
~~~~^^^^^^
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/kombu/asynchronous/hub.py", line 377, in create_loop
|
||||
cb(*cbargs)
|
||||
~~^^^^^^^^^
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/kombu/transport/redis.py", line 1394, in on_readable
|
||||
self.cycle.on_readable(fileno)
|
||||
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/kombu/transport/redis.py", line 579, in on_readable
|
||||
chan.handlers[type]()
|
||||
~~~~~~~~~~~~~~~~~~~^^
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/kombu/transport/redis.py", line 931, in _receive
|
||||
ret.append(self._receive_one(c))
|
||||
~~~~~~~~~~~~~~~~~^^^
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/kombu/transport/redis.py", line 941, in _receive_one
|
||||
response = c.parse_response()
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/redis/client.py", line 998, in parse_response
|
||||
response = self._execute(conn, try_read)
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/redis/client.py", line 972, in _execute
|
||||
response = conn.retry.call_with_retry(
|
||||
lambda: command(*args, **kwargs),
|
||||
lambda _: self._reconnect(conn),
|
||||
)
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/redis/retry.py", line 121, in call_with_retry
|
||||
fail(error)
|
||||
~~~~^^^^^^^
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/redis/client.py", line 974, in <lambda>
|
||||
lambda _: self._reconnect(conn),
|
||||
~~~~~~~~~~~~~~~^^^^^^
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/redis/client.py", line 958, in _reconnect
|
||||
conn.connect()
|
||||
~~~~~~~~~~~~^^
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/redis/connection.py", line 846, in connect
|
||||
self.connect_check_health(check_health=True)
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/redis/connection.py", line 863, in connect_check_health
|
||||
raise ConnectionError(self._error_message(e))
|
||||
redis.exceptions.ConnectionError: Error 61 connecting to 212.64.215.243:6379. Connection refused.
|
||||
[2026-01-15 20:01:28,406: WARNING/MainProcess] /Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/celery/worker/consumer/consumer.py:397: CPendingDeprecationWarning:
|
||||
In Celery 5.1 we introduced an optional breaking change which
|
||||
on connection loss cancels all currently executed tasks with late acknowledgement enabled.
|
||||
These tasks cannot be acknowledged as the connection is gone, and the tasks are automatically redelivered
|
||||
back to the queue. You can enable this behavior using the worker_cancel_long_running_tasks_on_connection_loss
|
||||
setting. In Celery 5.1 it is set to False by default. The setting will be set to True by default in Celery 6.0.
|
||||
|
||||
warnings.warn(CANCEL_TASKS_BY_DEFAULT, CPendingDeprecationWarning)
|
||||
|
||||
[2026-01-15 20:01:28,484: ERROR/MainProcess] consumer: Cannot connect to redis://default:**@212.64.215.243:6379/5: Error 61 connecting to 212.64.215.243:6379. Connection refused..
|
||||
Trying again in 2.00 seconds... (1/100)
|
||||
|
||||
[2026-01-15 20:01:30,508: ERROR/MainProcess] consumer: Cannot connect to redis://default:**@212.64.215.243:6379/5: Error 61 connecting to 212.64.215.243:6379. Connection refused..
|
||||
Trying again in 4.00 seconds... (2/100)
|
||||
|
||||
[2026-01-15 20:01:34,529: ERROR/MainProcess] consumer: Cannot connect to redis://default:**@212.64.215.243:6379/5: Error 61 connecting to 212.64.215.243:6379. Connection refused..
|
||||
Trying again in 6.00 seconds... (3/100)
|
||||
|
||||
[2026-01-15 20:01:40,634: INFO/MainProcess] Connected to redis://default:**@212.64.215.243:6379/5
|
||||
[2026-01-15 20:01:40,700: INFO/MainProcess] mingle: searching for neighbors
|
||||
[2026-01-15 20:01:41,820: INFO/MainProcess] mingle: all alone
|
||||
[2026-01-15 21:56:10,825: WARNING/MainProcess] consumer: Connection to broker lost. Trying to re-establish the connection...
|
||||
Traceback (most recent call last):
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/redis/retry.py", line 116, in call_with_retry
|
||||
return do()
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/redis/client.py", line 973, in <lambda>
|
||||
lambda: command(*args, **kwargs),
|
||||
~~~~~~~^^^^^^^^^^^^^^^^^
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/redis/client.py", line 996, in try_read
|
||||
return conn.read_response(disconnect_on_error=False, push_request=True)
|
||||
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/redis/connection.py", line 1133, in read_response
|
||||
response = self._parser.read_response(disable_decoding=disable_decoding)
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/redis/_parsers/hiredis.py", line 163, in read_response
|
||||
self.read_from_socket()
|
||||
~~~~~~~~~~~~~~~~~~~~~^^
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/redis/_parsers/hiredis.py", line 112, in read_from_socket
|
||||
raise ConnectionError(SERVER_CLOSED_CONNECTION_ERROR)
|
||||
redis.exceptions.ConnectionError: Connection closed by server.
|
||||
|
||||
During handling of the above exception, another exception occurred:
|
||||
|
||||
Traceback (most recent call last):
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/redis/connection.py", line 855, in connect_check_health
|
||||
sock = self.retry.call_with_retry(
|
||||
lambda: self._connect(), lambda error: self.disconnect(error)
|
||||
)
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/redis/retry.py", line 116, in call_with_retry
|
||||
return do()
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/redis/connection.py", line 856, in <lambda>
|
||||
lambda: self._connect(), lambda error: self.disconnect(error)
|
||||
~~~~~~~~~~~~~^^
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/redis/connection.py", line 1306, in _connect
|
||||
raise err
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/redis/connection.py", line 1290, in _connect
|
||||
sock.connect(socket_address)
|
||||
~~~~~~~~~~~~^^^^^^^^^^^^^^^^
|
||||
ConnectionRefusedError: [Errno 61] Connection refused
|
||||
|
||||
During handling of the above exception, another exception occurred:
|
||||
|
||||
Traceback (most recent call last):
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/celery/worker/consumer/consumer.py", line 346, in start
|
||||
blueprint.start(self)
|
||||
~~~~~~~~~~~~~~~^^^^^^
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/celery/bootsteps.py", line 116, in start
|
||||
step.start(parent)
|
||||
~~~~~~~~~~^^^^^^^^
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/celery/worker/consumer/consumer.py", line 788, in start
|
||||
c.loop(*c.loop_args())
|
||||
~~~~~~^^^^^^^^^^^^^^^^
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/celery/worker/loops.py", line 96, in asynloop
|
||||
next(loop)
|
||||
~~~~^^^^^^
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/kombu/asynchronous/hub.py", line 377, in create_loop
|
||||
cb(*cbargs)
|
||||
~~^^^^^^^^^
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/kombu/transport/redis.py", line 1394, in on_readable
|
||||
self.cycle.on_readable(fileno)
|
||||
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/kombu/transport/redis.py", line 579, in on_readable
|
||||
chan.handlers[type]()
|
||||
~~~~~~~~~~~~~~~~~~~^^
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/kombu/transport/redis.py", line 931, in _receive
|
||||
ret.append(self._receive_one(c))
|
||||
~~~~~~~~~~~~~~~~~^^^
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/kombu/transport/redis.py", line 941, in _receive_one
|
||||
response = c.parse_response()
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/redis/client.py", line 998, in parse_response
|
||||
response = self._execute(conn, try_read)
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/redis/client.py", line 972, in _execute
|
||||
response = conn.retry.call_with_retry(
|
||||
lambda: command(*args, **kwargs),
|
||||
lambda _: self._reconnect(conn),
|
||||
)
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/redis/retry.py", line 121, in call_with_retry
|
||||
fail(error)
|
||||
~~~~^^^^^^^
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/redis/client.py", line 974, in <lambda>
|
||||
lambda _: self._reconnect(conn),
|
||||
~~~~~~~~~~~~~~~^^^^^^
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/redis/client.py", line 958, in _reconnect
|
||||
conn.connect()
|
||||
~~~~~~~~~~~~^^
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/redis/connection.py", line 846, in connect
|
||||
self.connect_check_health(check_health=True)
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/redis/connection.py", line 863, in connect_check_health
|
||||
raise ConnectionError(self._error_message(e))
|
||||
redis.exceptions.ConnectionError: Error 61 connecting to 212.64.215.243:6379. Connection refused.
|
||||
[2026-01-15 21:56:10,943: WARNING/MainProcess] /Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/celery/worker/consumer/consumer.py:397: CPendingDeprecationWarning:
|
||||
In Celery 5.1 we introduced an optional breaking change which
|
||||
on connection loss cancels all currently executed tasks with late acknowledgement enabled.
|
||||
These tasks cannot be acknowledged as the connection is gone, and the tasks are automatically redelivered
|
||||
back to the queue. You can enable this behavior using the worker_cancel_long_running_tasks_on_connection_loss
|
||||
setting. In Celery 5.1 it is set to False by default. The setting will be set to True by default in Celery 6.0.
|
||||
|
||||
warnings.warn(CANCEL_TASKS_BY_DEFAULT, CPendingDeprecationWarning)
|
||||
|
||||
[2026-01-15 21:56:11,049: ERROR/MainProcess] consumer: Cannot connect to redis://default:**@212.64.215.243:6379/5: Error 61 connecting to 212.64.215.243:6379. Connection refused..
|
||||
Trying again in 2.00 seconds... (1/100)
|
||||
|
||||
[2026-01-15 21:56:13,224: ERROR/MainProcess] consumer: Cannot connect to redis://default:**@212.64.215.243:6379/5: Error 61 connecting to 212.64.215.243:6379. Connection refused..
|
||||
Trying again in 4.00 seconds... (2/100)
|
||||
|
||||
[2026-01-15 21:56:17,312: INFO/MainProcess] Connected to redis://default:**@212.64.215.243:6379/5
|
||||
[2026-01-15 21:56:17,383: INFO/MainProcess] mingle: searching for neighbors
|
||||
[2026-01-15 21:56:17,492: CRITICAL/MainProcess] Unrecoverable error: KeyError(60)
|
||||
Traceback (most recent call last):
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/celery/worker/worker.py", line 203, in start
|
||||
self.blueprint.start(self)
|
||||
~~~~~~~~~~~~~~~~~~~~^^^^^^
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/celery/bootsteps.py", line 116, in start
|
||||
step.start(parent)
|
||||
~~~~~~~~~~^^^^^^^^
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/celery/bootsteps.py", line 365, in start
|
||||
return self.obj.start()
|
||||
~~~~~~~~~~~~~~^^
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/celery/worker/consumer/consumer.py", line 346, in start
|
||||
blueprint.start(self)
|
||||
~~~~~~~~~~~~~~~^^^^^^
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/celery/bootsteps.py", line 116, in start
|
||||
step.start(parent)
|
||||
~~~~~~~~~~^^^^^^^^
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/celery/worker/consumer/mingle.py", line 37, in start
|
||||
self.sync(c)
|
||||
~~~~~~~~~^^^
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/celery/worker/consumer/mingle.py", line 41, in sync
|
||||
replies = self.send_hello(c)
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/celery/worker/consumer/mingle.py", line 54, in send_hello
|
||||
replies = inspect.hello(c.hostname, our_revoked._data) or {}
|
||||
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/celery/app/control.py", line 389, in hello
|
||||
return self._request('hello', from_node=from_node, revoked=revoked)
|
||||
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/celery/app/control.py", line 106, in _request
|
||||
return self._prepare(self.app.control.broadcast(
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~^
|
||||
command,
|
||||
^^^^^^^^
|
||||
...<6 lines>...
|
||||
pattern=self.pattern, matcher=self.matcher,
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
))
|
||||
^
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/celery/app/control.py", line 785, in broadcast
|
||||
return self.mailbox(conn)._broadcast(
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
|
||||
command, arguments, destination, reply, timeout,
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
limit, callback, channel=channel,
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
)
|
||||
^
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/kombu/pidbox.py", line 356, in _broadcast
|
||||
return self._collect(reply_ticket, limit=limit,
|
||||
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
timeout=timeout,
|
||||
^^^^^^^^^^^^^^^^
|
||||
callback=callback,
|
||||
^^^^^^^^^^^^^^^^^^
|
||||
channel=chan)
|
||||
^^^^^^^^^^^^^
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/kombu/pidbox.py", line 398, in _collect
|
||||
self.connection.drain_events(timeout=timeout)
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/kombu/connection.py", line 343, in drain_events
|
||||
return self.transport.drain_events(self.connection, **kwargs)
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/kombu/transport/virtual/base.py", line 997, in drain_events
|
||||
get(self._deliver, timeout=timeout)
|
||||
~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/kombu/transport/redis.py", line 601, in get
|
||||
ret = self.handle_event(fileno, event)
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/kombu/transport/redis.py", line 583, in handle_event
|
||||
return self.on_readable(fileno), self
|
||||
~~~~~~~~~~~~~~~~^^^^^^^^
|
||||
File "/Users/beyhan/Desktop/Projeler/Python/atabackend/venv/lib/python3.14/site-packages/kombu/transport/redis.py", line 577, in on_readable
|
||||
chan, type = self._fd_to_chan[fileno]
|
||||
~~~~~~~~~~~~~~~~^^^^^^^^
|
||||
KeyError: 60
|
||||
1
logs/django.log
Normal file
1
logs/django.log
Normal file
@@ -0,0 +1 @@
|
||||
Watching for file changes with StatReloader
|
||||
212
logs/throttling.log
Normal file
212
logs/throttling.log
Normal file
@@ -0,0 +1,212 @@
|
||||
2026-01-18 23:53:50 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/open-close/ | Method: GET | View: SettingOpenCloseDetailView | User-Agent: node
|
||||
2026-01-18 23:53:50 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/open-close/ | Method: GET | View: SettingOpenCloseDetailView | User: anonymous | User-Agent: node
|
||||
2026-01-18 23:53:51 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/home/ | Method: GET | View: HomeDetailView | User-Agent: node
|
||||
2026-01-18 23:53:51 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/home/ | Method: GET | View: HomeDetailView | User: anonymous | User-Agent: node
|
||||
2026-01-18 23:53:51 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/settings/ | Method: GET | View: SettingDetailView | User-Agent: node
|
||||
2026-01-18 23:53:51 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/settings/ | Method: GET | View: SettingDetailView | User: anonymous | User-Agent: node
|
||||
2026-01-18 23:53:51 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/main-menu/ | Method: GET | View: MainMenuDetailView | User-Agent: node
|
||||
2026-01-18 23:53:51 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/main-menu/ | Method: GET | View: MainMenuDetailView | User: anonymous | User-Agent: node
|
||||
2026-01-18 23:53:51 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/aboutme/ | Method: GET | View: AboutMeDetailView | User-Agent: node
|
||||
2026-01-18 23:53:51 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/aboutme/ | Method: GET | View: AboutMeDetailView | User: anonymous | User-Agent: node
|
||||
2026-01-18 23:53:51 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/services/ | Method: GET | View: MyServiceList | User-Agent: node
|
||||
2026-01-18 23:53:51 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/services/ | Method: GET | View: MyServiceList | User: anonymous | User-Agent: node
|
||||
2026-01-18 23:53:51 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/services-title/ | Method: GET | View: MyServiceTitleDetailView | User-Agent: node
|
||||
2026-01-18 23:53:51 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/services-title/ | Method: GET | View: MyServiceTitleDetailView | User: anonymous | User-Agent: node
|
||||
2026-01-18 23:53:51 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/resume/ | Method: GET | View: MyResumeDetailView | User-Agent: node
|
||||
2026-01-18 23:53:51 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/resume/ | Method: GET | View: MyResumeDetailView | User: anonymous | User-Agent: node
|
||||
2026-01-18 23:53:51 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/categories/ | Method: GET | View: CategoryList | User-Agent: node
|
||||
2026-01-18 23:53:51 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/categories/ | Method: GET | View: CategoryList | User: anonymous | User-Agent: node
|
||||
2026-01-18 23:54:06 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/open-close/ | Method: GET | View: SettingOpenCloseDetailView | User-Agent: node
|
||||
2026-01-18 23:54:06 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/open-close/ | Method: GET | View: SettingOpenCloseDetailView | User: anonymous | User-Agent: node
|
||||
2026-01-18 23:54:06 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/home/ | Method: GET | View: HomeDetailView | User-Agent: node
|
||||
2026-01-18 23:54:06 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/home/ | Method: GET | View: HomeDetailView | User: anonymous | User-Agent: node
|
||||
2026-01-18 23:54:06 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/settings/ | Method: GET | View: SettingDetailView | User-Agent: node
|
||||
2026-01-18 23:54:06 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/settings/ | Method: GET | View: SettingDetailView | User: anonymous | User-Agent: node
|
||||
2026-01-18 23:54:06 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/main-menu/ | Method: GET | View: MainMenuDetailView | User-Agent: node
|
||||
2026-01-18 23:54:06 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/main-menu/ | Method: GET | View: MainMenuDetailView | User: anonymous | User-Agent: node
|
||||
2026-01-18 23:54:06 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/aboutme/ | Method: GET | View: AboutMeDetailView | User-Agent: node
|
||||
2026-01-18 23:54:06 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/aboutme/ | Method: GET | View: AboutMeDetailView | User: anonymous | User-Agent: node
|
||||
2026-01-18 23:54:06 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/services/ | Method: GET | View: MyServiceList | User-Agent: node
|
||||
2026-01-18 23:54:06 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/services/ | Method: GET | View: MyServiceList | User: anonymous | User-Agent: node
|
||||
2026-01-18 23:54:06 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/services-title/ | Method: GET | View: MyServiceTitleDetailView | User-Agent: node
|
||||
2026-01-18 23:54:06 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/services-title/ | Method: GET | View: MyServiceTitleDetailView | User: anonymous | User-Agent: node
|
||||
2026-01-18 23:54:07 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/resume/ | Method: GET | View: MyResumeDetailView | User-Agent: node
|
||||
2026-01-18 23:54:07 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/resume/ | Method: GET | View: MyResumeDetailView | User: anonymous | User-Agent: node
|
||||
2026-01-18 23:54:07 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/categories/ | Method: GET | View: CategoryList | User-Agent: node
|
||||
2026-01-18 23:54:07 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/categories/ | Method: GET | View: CategoryList | User: anonymous | User-Agent: node
|
||||
2026-01-18 23:54:46 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/open-close/ | Method: GET | View: SettingOpenCloseDetailView | User-Agent: node
|
||||
2026-01-18 23:54:46 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/open-close/ | Method: GET | View: SettingOpenCloseDetailView | User: anonymous | User-Agent: node
|
||||
2026-01-18 23:54:46 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/home/ | Method: GET | View: HomeDetailView | User-Agent: node
|
||||
2026-01-18 23:54:46 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/home/ | Method: GET | View: HomeDetailView | User: anonymous | User-Agent: node
|
||||
2026-01-18 23:54:46 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/settings/ | Method: GET | View: SettingDetailView | User-Agent: node
|
||||
2026-01-18 23:54:46 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/settings/ | Method: GET | View: SettingDetailView | User: anonymous | User-Agent: node
|
||||
2026-01-18 23:54:46 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/main-menu/ | Method: GET | View: MainMenuDetailView | User-Agent: node
|
||||
2026-01-18 23:54:46 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/main-menu/ | Method: GET | View: MainMenuDetailView | User: anonymous | User-Agent: node
|
||||
2026-01-18 23:54:46 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/aboutme/ | Method: GET | View: AboutMeDetailView | User-Agent: node
|
||||
2026-01-18 23:54:46 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/aboutme/ | Method: GET | View: AboutMeDetailView | User: anonymous | User-Agent: node
|
||||
2026-01-18 23:54:46 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/services/ | Method: GET | View: MyServiceList | User-Agent: node
|
||||
2026-01-18 23:54:46 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/services/ | Method: GET | View: MyServiceList | User: anonymous | User-Agent: node
|
||||
2026-01-18 23:54:46 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/services-title/ | Method: GET | View: MyServiceTitleDetailView | User-Agent: node
|
||||
2026-01-18 23:54:46 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/services-title/ | Method: GET | View: MyServiceTitleDetailView | User: anonymous | User-Agent: node
|
||||
2026-01-18 23:54:46 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/resume/ | Method: GET | View: MyResumeDetailView | User-Agent: node
|
||||
2026-01-18 23:54:46 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/resume/ | Method: GET | View: MyResumeDetailView | User: anonymous | User-Agent: node
|
||||
2026-01-18 23:54:46 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/categories/ | Method: GET | View: CategoryList | User-Agent: node
|
||||
2026-01-18 23:54:46 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/categories/ | Method: GET | View: CategoryList | User: anonymous | User-Agent: node
|
||||
2026-01-18 23:55:45 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/open-close/ | Method: GET | View: SettingOpenCloseDetailView | User-Agent: node
|
||||
2026-01-18 23:55:45 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/open-close/ | Method: GET | View: SettingOpenCloseDetailView | User: anonymous | User-Agent: node
|
||||
2026-01-18 23:55:45 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/home/ | Method: GET | View: HomeDetailView | User-Agent: node
|
||||
2026-01-18 23:55:45 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/home/ | Method: GET | View: HomeDetailView | User: anonymous | User-Agent: node
|
||||
2026-01-18 23:55:45 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/settings/ | Method: GET | View: SettingDetailView | User-Agent: node
|
||||
2026-01-18 23:55:45 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/settings/ | Method: GET | View: SettingDetailView | User: anonymous | User-Agent: node
|
||||
2026-01-18 23:55:45 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/main-menu/ | Method: GET | View: MainMenuDetailView | User-Agent: node
|
||||
2026-01-18 23:55:45 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/main-menu/ | Method: GET | View: MainMenuDetailView | User: anonymous | User-Agent: node
|
||||
2026-01-18 23:55:45 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/aboutme/ | Method: GET | View: AboutMeDetailView | User-Agent: node
|
||||
2026-01-18 23:55:45 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/aboutme/ | Method: GET | View: AboutMeDetailView | User: anonymous | User-Agent: node
|
||||
2026-01-18 23:55:45 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/services/ | Method: GET | View: MyServiceList | User-Agent: node
|
||||
2026-01-18 23:55:45 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/services/ | Method: GET | View: MyServiceList | User: anonymous | User-Agent: node
|
||||
2026-01-18 23:55:45 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/services-title/ | Method: GET | View: MyServiceTitleDetailView | User-Agent: node
|
||||
2026-01-18 23:55:45 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/services-title/ | Method: GET | View: MyServiceTitleDetailView | User: anonymous | User-Agent: node
|
||||
2026-01-18 23:55:45 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/resume/ | Method: GET | View: MyResumeDetailView | User-Agent: node
|
||||
2026-01-18 23:55:45 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/resume/ | Method: GET | View: MyResumeDetailView | User: anonymous | User-Agent: node
|
||||
2026-01-18 23:55:45 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/categories/ | Method: GET | View: CategoryList | User-Agent: node
|
||||
2026-01-18 23:55:45 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/categories/ | Method: GET | View: CategoryList | User: anonymous | User-Agent: node
|
||||
2026-01-18 23:56:10 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/open-close/ | Method: GET | View: SettingOpenCloseDetailView | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-01-18 23:56:10 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/open-close/ | Method: GET | View: SettingOpenCloseDetailView | User: anonymous | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-01-18 23:56:10 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/settings/ | Method: GET | View: SettingDetailView | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-01-18 23:56:10 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/settings/ | Method: GET | View: SettingDetailView | User: anonymous | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-01-18 23:56:10 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/home/ | Method: GET | View: HomeDetailView | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-01-18 23:56:10 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/home/ | Method: GET | View: HomeDetailView | User: anonymous | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-01-18 23:56:10 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/main-menu/ | Method: GET | View: MainMenuDetailView | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-01-18 23:56:10 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/main-menu/ | Method: GET | View: MainMenuDetailView | User: anonymous | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-01-18 23:56:10 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/categories/ | Method: GET | View: CategoryList | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-01-18 23:56:10 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/categories/ | Method: GET | View: CategoryList | User: anonymous | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-01-18 23:56:17 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/open-close/ | Method: GET | View: SettingOpenCloseDetailView | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-01-18 23:56:17 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/open-close/ | Method: GET | View: SettingOpenCloseDetailView | User: anonymous | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-01-18 23:56:17 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/home/ | Method: GET | View: HomeDetailView | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-01-18 23:56:17 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/home/ | Method: GET | View: HomeDetailView | User: anonymous | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-01-18 23:56:17 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/settings/ | Method: GET | View: SettingDetailView | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-01-18 23:56:17 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/settings/ | Method: GET | View: SettingDetailView | User: anonymous | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-01-18 23:56:17 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/main-menu/ | Method: GET | View: MainMenuDetailView | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-01-18 23:56:17 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/main-menu/ | Method: GET | View: MainMenuDetailView | User: anonymous | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-01-18 23:56:17 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/aboutme/ | Method: GET | View: AboutMeDetailView | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-01-18 23:56:17 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/aboutme/ | Method: GET | View: AboutMeDetailView | User: anonymous | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-01-18 23:56:17 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/services/ | Method: GET | View: MyServiceList | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-01-18 23:56:17 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/services/ | Method: GET | View: MyServiceList | User: anonymous | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-01-18 23:56:17 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/services-title/ | Method: GET | View: MyServiceTitleDetailView | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-01-18 23:56:17 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/services-title/ | Method: GET | View: MyServiceTitleDetailView | User: anonymous | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-01-18 23:56:17 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/resume/ | Method: GET | View: MyResumeDetailView | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-01-18 23:56:17 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/resume/ | Method: GET | View: MyResumeDetailView | User: anonymous | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-01-18 23:56:17 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/categories/ | Method: GET | View: CategoryList | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-01-18 23:56:17 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/categories/ | Method: GET | View: CategoryList | User: anonymous | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 05:49:38 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: 127.0.0.1 | Path: /api/v1/bundle/ | Method: GET | View: HomeBundleView | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 05:49:38 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: 127.0.0.1 | Path: /api/v1/bundle/ | Method: GET | View: HomeBundleView | User: anonymous | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 05:54:15 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: 127.0.0.1 | Path: /api/v1/bundle/ | Method: GET | View: HomeBundleView | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 05:54:15 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: 127.0.0.1 | Path: /api/v1/bundle/ | Method: GET | View: HomeBundleView | User: anonymous | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 05:54:27 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: 127.0.0.1 | Path: /api/v1/bundle/ | Method: GET | View: HomeBundleView | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 05:54:27 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: 127.0.0.1 | Path: /api/v1/bundle/ | Method: GET | View: HomeBundleView | User: anonymous | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 05:57:57 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: 127.0.0.1 | Path: /api/v1/bundle/ | Method: GET | View: HomeBundleView | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 05:57:57 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: 127.0.0.1 | Path: /api/v1/bundle/ | Method: GET | View: HomeBundleView | User: anonymous | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 06:19:10 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/open-close/ | Method: GET | View: SettingOpenCloseDetailView | User-Agent: node
|
||||
2026-02-06 06:19:10 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/open-close/ | Method: GET | View: SettingOpenCloseDetailView | User: anonymous | User-Agent: node
|
||||
2026-02-06 06:19:10 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/bundle/ | Method: GET | View: HomeBundleView | User-Agent: node
|
||||
2026-02-06 06:19:10 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/bundle/ | Method: GET | View: HomeBundleView | User: anonymous | User-Agent: node
|
||||
2026-02-06 06:19:14 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/open-close/ | Method: GET | View: SettingOpenCloseDetailView | User-Agent: node
|
||||
2026-02-06 06:19:14 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/open-close/ | Method: GET | View: SettingOpenCloseDetailView | User: anonymous | User-Agent: node
|
||||
2026-02-06 06:19:14 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/bundle/ | Method: GET | View: HomeBundleView | User-Agent: node
|
||||
2026-02-06 06:19:14 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/bundle/ | Method: GET | View: HomeBundleView | User: anonymous | User-Agent: node
|
||||
2026-02-06 06:19:38 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/open-close/ | Method: GET | View: SettingOpenCloseDetailView | User-Agent: node
|
||||
2026-02-06 06:19:38 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/open-close/ | Method: GET | View: SettingOpenCloseDetailView | User: anonymous | User-Agent: node
|
||||
2026-02-06 06:19:38 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/bundle/ | Method: GET | View: HomeBundleView | User-Agent: node
|
||||
2026-02-06 06:19:38 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/bundle/ | Method: GET | View: HomeBundleView | User: anonymous | User-Agent: node
|
||||
2026-02-06 06:19:46 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/open-close/ | Method: GET | View: SettingOpenCloseDetailView | User-Agent: node
|
||||
2026-02-06 06:19:46 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/open-close/ | Method: GET | View: SettingOpenCloseDetailView | User: anonymous | User-Agent: node
|
||||
2026-02-06 06:19:46 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/bundle/ | Method: GET | View: HomeBundleView | User-Agent: node
|
||||
2026-02-06 06:19:46 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/bundle/ | Method: GET | View: HomeBundleView | User: anonymous | User-Agent: node
|
||||
2026-02-06 06:21:31 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/open-close/ | Method: GET | View: SettingOpenCloseDetailView | User-Agent: node
|
||||
2026-02-06 06:21:31 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/open-close/ | Method: GET | View: SettingOpenCloseDetailView | User: anonymous | User-Agent: node
|
||||
2026-02-06 06:21:31 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/bundle/ | Method: GET | View: HomeBundleView | User-Agent: node
|
||||
2026-02-06 06:21:31 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/bundle/ | Method: GET | View: HomeBundleView | User: anonymous | User-Agent: node
|
||||
2026-02-06 06:21:44 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/open-close/ | Method: GET | View: SettingOpenCloseDetailView | User-Agent: node
|
||||
2026-02-06 06:21:44 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/open-close/ | Method: GET | View: SettingOpenCloseDetailView | User: anonymous | User-Agent: node
|
||||
2026-02-06 06:21:44 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/bundle/ | Method: GET | View: HomeBundleView | User-Agent: node
|
||||
2026-02-06 06:21:44 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/bundle/ | Method: GET | View: HomeBundleView | User: anonymous | User-Agent: node
|
||||
2026-02-06 06:22:02 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/open-close/ | Method: GET | View: SettingOpenCloseDetailView | User-Agent: node
|
||||
2026-02-06 06:22:02 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/open-close/ | Method: GET | View: SettingOpenCloseDetailView | User: anonymous | User-Agent: node
|
||||
2026-02-06 06:22:02 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/bundle/ | Method: GET | View: HomeBundleView | User-Agent: node
|
||||
2026-02-06 06:22:02 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/bundle/ | Method: GET | View: HomeBundleView | User: anonymous | User-Agent: node
|
||||
2026-02-06 06:23:32 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/open-close/ | Method: GET | View: SettingOpenCloseDetailView | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.
|
||||
2026-02-06 06:23:32 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/open-close/ | Method: GET | View: SettingOpenCloseDetailView | User: anonymous | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.
|
||||
2026-02-06 06:23:32 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/bundle/ | Method: GET | View: HomeBundleView | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.
|
||||
2026-02-06 06:23:32 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/bundle/ | Method: GET | View: HomeBundleView | User: anonymous | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.
|
||||
2026-02-06 06:23:32 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/open-close/ | Method: GET | View: SettingOpenCloseDetailView | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 06:23:32 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/open-close/ | Method: GET | View: SettingOpenCloseDetailView | User: anonymous | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 06:23:34 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/bundle/ | Method: GET | View: HomeBundleView | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 06:23:34 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/bundle/ | Method: GET | View: HomeBundleView | User: anonymous | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 06:24:31 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/open-close/ | Method: GET | View: SettingOpenCloseDetailView | User-Agent: node
|
||||
2026-02-06 06:24:31 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/open-close/ | Method: GET | View: SettingOpenCloseDetailView | User: anonymous | User-Agent: node
|
||||
2026-02-06 06:24:31 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/bundle/ | Method: GET | View: HomeBundleView | User-Agent: node
|
||||
2026-02-06 06:24:31 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/bundle/ | Method: GET | View: HomeBundleView | User: anonymous | User-Agent: node
|
||||
2026-02-06 06:28:42 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/open-close/ | Method: GET | View: SettingOpenCloseDetailView | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 06:28:42 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/open-close/ | Method: GET | View: SettingOpenCloseDetailView | User: anonymous | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 06:28:42 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/settings/ | Method: GET | View: SettingDetailView | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 06:28:42 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/settings/ | Method: GET | View: SettingDetailView | User: anonymous | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 06:28:42 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/home/ | Method: GET | View: HomeDetailView | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 06:28:42 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/home/ | Method: GET | View: HomeDetailView | User: anonymous | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 06:28:43 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/main-menu/ | Method: GET | View: MainMenuDetailView | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 06:28:43 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/main-menu/ | Method: GET | View: MainMenuDetailView | User: anonymous | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 06:28:43 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/categories/ | Method: GET | View: CategoryList | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 06:28:43 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/categories/ | Method: GET | View: CategoryList | User: anonymous | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 06:28:55 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/open-close/ | Method: GET | View: SettingOpenCloseDetailView | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 06:28:55 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/open-close/ | Method: GET | View: SettingOpenCloseDetailView | User: anonymous | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 06:28:55 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/bundle/ | Method: GET | View: HomeBundleView | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 06:28:55 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/bundle/ | Method: GET | View: HomeBundleView | User: anonymous | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 06:31:11 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/open-close/ | Method: GET | View: SettingOpenCloseDetailView | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 06:31:11 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/open-close/ | Method: GET | View: SettingOpenCloseDetailView | User: anonymous | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 06:31:11 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/bundle/ | Method: GET | View: HomeBundleView | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 06:31:11 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/bundle/ | Method: GET | View: HomeBundleView | User: anonymous | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 06:31:13 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/open-close/ | Method: GET | View: SettingOpenCloseDetailView | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 06:31:13 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/open-close/ | Method: GET | View: SettingOpenCloseDetailView | User: anonymous | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 06:31:13 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/bundle/ | Method: GET | View: HomeBundleView | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 06:31:13 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/bundle/ | Method: GET | View: HomeBundleView | User: anonymous | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 06:33:48 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: 127.0.0.1 | Path: /api/v1/bundle/ | Method: GET | View: HomeBundleView | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 06:33:48 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: 127.0.0.1 | Path: /api/v1/bundle/ | Method: GET | View: HomeBundleView | User: user_id:1 | email:beyhan@beyhan.dev | staff:True | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 06:34:40 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/open-close/ | Method: GET | View: SettingOpenCloseDetailView | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 06:34:40 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/open-close/ | Method: GET | View: SettingOpenCloseDetailView | User: anonymous | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 06:34:40 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/bundle/ | Method: GET | View: HomeBundleView | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 06:34:40 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/bundle/ | Method: GET | View: HomeBundleView | User: anonymous | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 06:34:42 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/open-close/ | Method: GET | View: SettingOpenCloseDetailView | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 06:34:42 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/open-close/ | Method: GET | View: SettingOpenCloseDetailView | User: anonymous | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 06:34:42 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/bundle/ | Method: GET | View: HomeBundleView | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 06:34:42 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/bundle/ | Method: GET | View: HomeBundleView | User: anonymous | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 06:37:21 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/open-close/ | Method: GET | View: SettingOpenCloseDetailView | User-Agent: node
|
||||
2026-02-06 06:37:21 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/open-close/ | Method: GET | View: SettingOpenCloseDetailView | User: anonymous | User-Agent: node
|
||||
2026-02-06 06:37:21 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/bundle/ | Method: GET | View: HomeBundleView | User-Agent: node
|
||||
2026-02-06 06:37:21 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/bundle/ | Method: GET | View: HomeBundleView | User: anonymous | User-Agent: node
|
||||
2026-02-06 06:37:21 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/categories/ | Method: GET | View: CategoryList | User-Agent: node
|
||||
2026-02-06 06:37:21 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/categories/ | Method: GET | View: CategoryList | User: anonymous | User-Agent: node
|
||||
2026-02-06 06:37:50 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/open-close/ | Method: GET | View: SettingOpenCloseDetailView | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 06:37:50 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/open-close/ | Method: GET | View: SettingOpenCloseDetailView | User: anonymous | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 06:37:50 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/settings/ | Method: GET | View: SettingDetailView | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 06:37:50 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/settings/ | Method: GET | View: SettingDetailView | User: anonymous | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 06:37:50 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/home/ | Method: GET | View: HomeDetailView | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 06:37:50 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/home/ | Method: GET | View: HomeDetailView | User: anonymous | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 06:37:50 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/main-menu/ | Method: GET | View: MainMenuDetailView | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 06:37:50 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/main-menu/ | Method: GET | View: MainMenuDetailView | User: anonymous | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 06:37:50 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/categories/ | Method: GET | View: CategoryList | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 06:37:50 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/categories/ | Method: GET | View: CategoryList | User: anonymous | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 06:37:59 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/open-close/ | Method: GET | View: SettingOpenCloseDetailView | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 06:37:59 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/open-close/ | Method: GET | View: SettingOpenCloseDetailView | User: anonymous | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 06:37:59 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/bundle/ | Method: GET | View: HomeBundleView | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 06:37:59 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/bundle/ | Method: GET | View: HomeBundleView | User: anonymous | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 06:37:59 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/categories/ | Method: GET | View: CategoryList | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-06 06:37:59 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: localhost | Path: /api/v1/categories/ | Method: GET | View: CategoryList | User: anonymous | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-12 06:05:27 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: 127.0.0.1 | Path: /api/v1/auth/jwt/create/ | Method: POST | View: TokenObtainPairView | User-Agent: PostmanRuntime/7.51.1
|
||||
2026-02-12 06:05:27 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: 127.0.0.1 | Path: /api/v1/auth/jwt/create/ | Method: POST | View: TokenObtainPairView | User: anonymous | User-Agent: PostmanRuntime/7.51.1
|
||||
2026-02-12 06:05:33 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: 127.0.0.1 | Path: /api/v1/auth/jwt/create/ | Method: POST | View: TokenObtainPairView | User-Agent: PostmanRuntime/7.51.1
|
||||
2026-02-12 06:05:33 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: 127.0.0.1 | Path: /api/v1/auth/jwt/create/ | Method: POST | View: TokenObtainPairView | User: anonymous | User-Agent: PostmanRuntime/7.51.1
|
||||
2026-02-12 06:05:36 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: 127.0.0.1 | Path: /api/v1/auth/jwt/create/ | Method: POST | View: TokenObtainPairView | User-Agent: PostmanRuntime/7.51.1
|
||||
2026-02-12 06:05:36 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: 127.0.0.1 | Path: /api/v1/auth/jwt/create/ | Method: POST | View: TokenObtainPairView | User: anonymous | User-Agent: PostmanRuntime/7.51.1
|
||||
2026-02-12 06:05:52 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: 127.0.0.1 | Path: /api/v1/auth/jwt/create/ | Method: POST | View: TokenObtainPairView | User-Agent: PostmanRuntime/7.51.1
|
||||
2026-02-12 06:05:52 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: 127.0.0.1 | Path: /api/v1/auth/jwt/create/ | Method: POST | View: TokenObtainPairView | User: anonymous | User-Agent: PostmanRuntime/7.51.1
|
||||
2026-02-13 00:04:06 - throttling - INFO - [ANON THROTTLE - BYPASS] Real-IP: 127.0.0.1 | | Host: 127.0.0.1 | Path: /api/v1/categories/ | Method: GET | View: CategoryList | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
2026-02-13 00:04:06 - throttling - INFO - [USER THROTTLE - BYPASS (HOST)] Real-IP: 127.0.0.1 | | Host: 127.0.0.1 | Path: /api/v1/categories/ | Method: GET | View: CategoryList | User: anonymous | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
|
||||
Reference in New Issue
Block a user